1 write to Type
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
30
Type
= type;
4 references to Type
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (4)
34
public bool Equals(NameHashKey other) =>
Type
.Equals(other.
Type
) && Name.Equals(other.Name);
45
public override int GetHashCode() =>
Type
.GetHashCode() ^ Name.GetHashCode();
143
List<Type> inheritance = CreateInheritanceHierarchyList(key.
Type
);