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