2 instantiations of Key
System.Private.CoreLib (2)
System\Runtime\TypeLoaderExports.cs (2)
133Key k = new Key(context, signature); 153Key k = new Key(context, signature);
8 references to Key
System.Private.CoreLib (8)
System\Runtime\TypeLoaderExports.cs (8)
34private static GenericCache<Key, Value> s_cache = 35new GenericCache<Key, Value>(InitialCacheSize, MaximumCacheSize); 37private struct Key : IEquatable<Key> 48public bool Equals(Key other) 63return obj is Key && Equals((Key)obj); 133Key k = new Key(context, signature); 153Key k = new Key(context, signature);