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