6 references to contextFromMethod
ILCompiler.ReadyToRun (6)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
2097pResult->contextHandle = contextFromMethod(targetMethod);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (5)
1572info->resolvedTokenDevirtualizedUnboxedMethod.tokenContext = contextFromMethod(nonUnboxingImpl); 1664info->tokenLookupContext = contextIsMethod ? contextFromMethod(originalImpl) : contextFromType(owningType); 1687result.tokenContext = jitInterface.contextFromMethod(method); 3731*contextHandle = contextFromMethod(result); 3797*contextHandle = contextFromMethod(result);