|
|
@ -115,7 +115,7 @@ namespace ICSharpCode.Decompiler.IL.Transforms |
|
|
|
return false; |
|
|
|
return false; |
|
|
|
if (!(method.HasGeneratedName() |
|
|
|
if (!(method.HasGeneratedName() |
|
|
|
|| method.Name.Contains("$") |
|
|
|
|| method.Name.Contains("$") |
|
|
|
|| method.IsCompilerGeneratedOrIsInCompilerGeneratedClass() |
|
|
|
|| method.IsCompilerGenerated() |
|
|
|
|| TransformDisplayClassUsage.IsPotentialClosure( |
|
|
|
|| TransformDisplayClassUsage.IsPotentialClosure( |
|
|
|
decompiledTypeDefinition, method.DeclaringTypeDefinition) |
|
|
|
decompiledTypeDefinition, method.DeclaringTypeDefinition) |
|
|
|
|| ContainsAnonymousType(method))) |
|
|
|
|| ContainsAnonymousType(method))) |
|
|
|