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