|
|
|
|
@ -280,6 +280,10 @@ namespace ICSharpCode.Decompiler.CSharp
@@ -280,6 +280,10 @@ namespace ICSharpCode.Decompiler.CSharp
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
else |
|
|
|
|
{ |
|
|
|
|
continue; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (!CheckForInitPrimaryConstructor(method, unspecializedMethod, body)) |
|
|
|
|
@ -340,10 +344,6 @@ namespace ICSharpCode.Decompiler.CSharp
@@ -340,10 +344,6 @@ namespace ICSharpCode.Decompiler.CSharp
|
|
|
|
|
backingMember = field; |
|
|
|
|
backingMembers.Add(backingMember); |
|
|
|
|
} |
|
|
|
|
else |
|
|
|
|
{ |
|
|
|
|
return false; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (!isStruct) |
|
|
|
|
|