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