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