5 references to contextFromMethod
ILCompiler.ReadyToRun (5)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
2097pResult->contextHandle = contextFromMethod(targetMethod);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (4)
1510info->resolvedTokenDevirtualizedUnboxedMethod.tokenContext = contextFromMethod(nonUnboxingImpl); 1602info->tokenLookupContext = contextIsMethod ? contextFromMethod(originalImpl) : contextFromType(owningType); 1625result.tokenContext = jitInterface.contextFromMethod(method); 3647*contextHandle = contextFromMethod(result);