1 write to WrappedMethod
ILCompiler.Compiler (1)
IL\Stubs\StartupCode\StartupCodeMainMethod.cs (1)
211
WrappedMethod
= mainMethod;
4 references to WrappedMethod
ILCompiler.Compiler (4)
IL\Stubs\StartupCode\StartupCodeMainMethod.cs (4)
99
ModuleDesc entrypointModule = ((MetadataType)_mainMethod.
WrappedMethod
.OwningType).Module;
108
if (_mainMethod.
WrappedMethod
.HasCustomAttribute("System", "STAThreadAttribute"))
253
return
WrappedMethod
.Signature;
293
codeStream.Emit(ILOpcode.call, emit.NewToken(
WrappedMethod
));