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