6 references to ComputeMethodWithToken
ILCompiler.ReadyToRun (6)
JitInterface\CorInfoImpl.ReadyToRun.cs (5)
2593
ComputeMethodWithToken
(targetMethod, ref pResolvedToken, constrainedType: null, unboxing: false),
2649
ComputeMethodWithToken
(nonUnboxingMethod, ref pResolvedToken, constrainedType, unboxing: isUnboxingStub),
2673
ComputeMethodWithToken
(targetMethod, ref pResolvedToken, constrainedType: null, unboxing: false),
2700
ComputeMethodWithToken
(targetMethod, ref pResolvedToken, constrainedType: constrainedType, unboxing: false)));
2996
ComputeMethodWithToken
(md, ref pResolvedToken, constrainedType: null, unboxing: unboxingStub));
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
1424
methodWithTokenDecl =
ComputeMethodWithToken
(decl, ref *info->pResolvedTokenVirtualMethod, null, false);