9 references to ComputeMethodWithToken
ILCompiler.ReadyToRun (9)
JitInterface\CorInfoImpl.ReadyToRun.cs (8)
2556
ComputeMethodWithToken
(targetMethod, ref resolvedToken, constrainedType: null, unboxing: false),
2617
ComputeMethodWithToken
(nonUnboxingMethod, ref resolvedToken, constrainedType, unboxing: isUnboxingStub),
2641
ComputeMethodWithToken
(targetMethod, ref resolvedToken, constrainedType: null, unboxing: false),
2671
ComputeMethodWithToken
(targetMethod, ref resolvedToken, constrainedType: constrainedType, unboxing: false)));
2680
ComputeMethodWithToken
(targetMethod, ref resolvedToken, constrainedType, unboxing: false));
2869
helperArg =
ComputeMethodWithToken
(
3041
ComputeMethodWithToken
(HandleToObject(pResolvedToken.hMethod), ref pResolvedToken, constrainedType: null, unboxing: false));
3070
ComputeMethodWithToken
(md, ref pResolvedToken, constrainedType: null, unboxing: unboxingStub));
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
1518
methodWithTokenDecl =
ComputeMethodWithToken
(decl, ref *info->pResolvedTokenVirtualMethod, null, false);