|
|
@ -1203,6 +1203,7 @@ namespace ICSharpCode.Decompiler.CSharp |
|
|
|
localSettings.UseImplicitMethodGroupConversion = false; |
|
|
|
localSettings.UseImplicitMethodGroupConversion = false; |
|
|
|
localSettings.UsingDeclarations = false; |
|
|
|
localSettings.UsingDeclarations = false; |
|
|
|
localSettings.AlwaysCastTargetsOfExplicitInterfaceImplementationCalls = true; |
|
|
|
localSettings.AlwaysCastTargetsOfExplicitInterfaceImplementationCalls = true; |
|
|
|
|
|
|
|
localSettings.NamedArguments = false; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
var context = new ILTransformContext(function, typeSystem, DebugInfoProvider, localSettings) { |
|
|
|
var context = new ILTransformContext(function, typeSystem, DebugInfoProvider, localSettings) { |
|
|
|