6 references to ComputeMethodWithToken
ILCompiler.ReadyToRun (6)
JitInterface\CorInfoImpl.ReadyToRun.cs (5)
2590ComputeMethodWithToken(targetMethod, ref pResolvedToken, constrainedType: null, unboxing: false), 2646ComputeMethodWithToken(nonUnboxingMethod, ref pResolvedToken, constrainedType, unboxing: isUnboxingStub), 2670ComputeMethodWithToken(targetMethod, ref pResolvedToken, constrainedType: null, unboxing: false), 2697ComputeMethodWithToken(targetMethod, ref pResolvedToken, constrainedType: constrainedType, unboxing: false))); 2993ComputeMethodWithToken(md, ref pResolvedToken, constrainedType: null, unboxing: unboxingStub));
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
1423methodWithTokenDecl = ComputeMethodWithToken(decl, ref *info->pResolvedTokenVirtualMethod, null, false);