1 instantiation of TypeArrayKey
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeArray.cs (1)
130
TypeArrayKey key = new
TypeArrayKey
(types);
6 references to TypeArrayKey
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeArray.cs (6)
24
private readonly struct TypeArrayKey : IEquatable<
TypeArrayKey
>
45
public bool Equals(
TypeArrayKey
other)
74
return obj is
TypeArrayKey
key && Equals(key);
81
private static readonly Dictionary<
TypeArrayKey
, TypeArray> s_tableTypeArrays =
82
new Dictionary<
TypeArrayKey
, TypeArray>();
130
TypeArrayKey
key = new TypeArrayKey(types);