2 references to contextFromType
ILCompiler.RyuJit (2)
JitInterface\CorInfoImpl.RyuJit.cs (1)
1311
pResult->contextHandle =
contextFromType
(exactType);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
1664
info->tokenLookupContext = contextIsMethod ? contextFromMethod(originalImpl) :
contextFromType
(owningType);