3 references to GetModuleTokenForMethod
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\MethodFixupSignature.cs (2)
121method = new MethodWithToken(method.Method, factory.SignatureContext.GetModuleTokenForMethod(method.Method), method.ConstrainedType, unboxing: _method.Unboxing, null); 127method = new MethodWithToken(method.Method, factory.SignatureContext.GetModuleTokenForMethod(method.Method), method.ConstrainedType, unboxing: _method.Unboxing, null);
Compiler\DependencyAnalysis\ReadyToRun\SignatureContext.cs (1)
71return GetModuleTokenForMethod(method).Module;