1 instantiation of GenericTypeInstanceKey
System.Private.TypeLoader (1)
Internal\TypeSystem\TypeSystemContext.Runtime.cs (1)
468GenericTypeInstanceKey key = new GenericTypeInstanceKey(typeDef, arguments);
7 references to GenericTypeInstanceKey
System.Private.TypeLoader (7)
Internal\TypeSystem\TypeSystemContext.Runtime.cs (7)
279private struct GenericTypeInstanceKey : IEquatable<GenericTypeInstanceKey> 293public bool Equals(GenericTypeInstanceKey other) 309if (!(obj is GenericTypeInstanceKey)) 312return Equals((GenericTypeInstanceKey)obj); 455private LowLevelDictionary<GenericTypeInstanceKey, DefType> _genericTypeInstances; 466_genericTypeInstances ??= new LowLevelDictionary<GenericTypeInstanceKey, DefType>(); 468GenericTypeInstanceKey key = new GenericTypeInstanceKey(typeDef, arguments);