|
|
|
@ -246,7 +246,7 @@ namespace ICSharpCode.Decompiler.CSharp
@@ -246,7 +246,7 @@ namespace ICSharpCode.Decompiler.CSharp
|
|
|
|
|
// It feels a bit hacky, though.
|
|
|
|
|
if (settings.AutomaticProperties |
|
|
|
|
&& PatternStatementTransform.IsBackingFieldOfAutomaticProperty(field, out var property) |
|
|
|
|
&& !(this.decompilationContext.CurrentMember == property)) |
|
|
|
|
&& decompilationContext.CurrentMember != property) |
|
|
|
|
{ |
|
|
|
|
requireTarget = RequiresQualifier(property, target); |
|
|
|
|
} else { |
|
|
|
|