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