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