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