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)
471if (!_genericTypeInstances.TryGetValue(key, out result)) 477_genericTypeInstances.Add(key, result); 521if (_genericTypeInstances != null) 522loadFactor += _genericTypeInstances.Count;