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