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