3 references to GetModuleTokenForMethod
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\MethodFixupSignature.cs (2)
151method = new MethodWithToken(method.Method, factory.SignatureContext.GetModuleTokenForMethod(method.Method), method.ConstrainedType, unboxing: _method.Unboxing, null); 157method = 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;