From c467b87b08cc355cb40d1364e320f7149454cbe5 Mon Sep 17 00:00:00 2001 From: CyrusNajmabadi Date: Fri, 20 Jan 2017 13:36:35 -0800 Subject: [PATCH] Be resilient to not having a containing type for a backing field. --- .../AbstractReplacePropertyWithMethodsService.cs | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/Features/Core/Portable/ReplacePropertyWithMethods/AbstractReplacePropertyWithMethodsService.cs b/src/Features/Core/Portable/ReplacePropertyWithMethods/AbstractReplacePropertyWithMethodsService.cs index faa31857c73..789801efd8c 100644 --- a/src/Features/Core/Portable/ReplacePropertyWithMethods/AbstractReplacePropertyWithMethodsService.cs +++ b/src/Features/Core/Portable/ReplacePropertyWithMethods/AbstractReplacePropertyWithMethodsService.cs @@ -24,11 +24,17 @@ internal abstract class AbstractReplacePropertyWithMethodsService