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