3 references to typeFromContext
ILCompiler.ReadyToRun (3)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (3)
1373
TypeDesc ownerTypeDesc =
typeFromContext
(info->context);
2761
TypeDesc type = fd != null ? fd.OwningType :
typeFromContext
(context);
2843
if (typeToInit ==
typeFromContext
(context) || typeToInit == MethodBeingCompiled.OwningType)