1 write to _genericTypeInstances
System.Private.TypeLoader (1)
Internal\TypeSystem\TypeSystemContext.Runtime.cs (1)
466
_genericTypeInstances
??= new LowLevelDictionary<GenericTypeInstanceKey, DefType>();
4 references to _genericTypeInstances
System.Private.TypeLoader (4)
Internal\TypeSystem\TypeSystemContext.Runtime.cs (4)
471
if (!
_genericTypeInstances
.TryGetValue(key, out result))
477
_genericTypeInstances
.Add(key, result);
521
if (
_genericTypeInstances
!= null)
522
loadFactor +=
_genericTypeInstances
.Count;