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