9 references to ComputeMethodWithToken
ILCompiler.ReadyToRun (9)
JitInterface\CorInfoImpl.ReadyToRun.cs (8)
2552
ComputeMethodWithToken
(targetMethod, ref resolvedToken, constrainedType: null, unboxing: false),
2613
ComputeMethodWithToken
(nonUnboxingMethod, ref resolvedToken, constrainedType, unboxing: isUnboxingStub),
2637
ComputeMethodWithToken
(targetMethod, ref resolvedToken, constrainedType: null, unboxing: false),
2667
ComputeMethodWithToken
(targetMethod, ref resolvedToken, constrainedType: constrainedType, unboxing: false)));
2676
ComputeMethodWithToken
(targetMethod, ref resolvedToken, constrainedType, unboxing: false));
2865
helperArg =
ComputeMethodWithToken
(
3037
ComputeMethodWithToken
(HandleToObject(pResolvedToken.hMethod), ref pResolvedToken, constrainedType: null, unboxing: false));
3066
ComputeMethodWithToken
(md, ref pResolvedToken, constrainedType: null, unboxing: unboxingStub));
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
1522
methodWithTokenDecl =
ComputeMethodWithToken
(decl, ref *info->pResolvedTokenVirtualMethod, null, false);