4 references to ContextType
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\GenericLookupSignature.cs (3)
89contextTypeToEmit = _methodContext.ContextType; 243return comparer.Compare(_methodContext.ContextType, otherNode._methodContext.ContextType);
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
463sb.Append(nameMangler.GetMangledTypeName(ContextType));