1 write to Name
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
31Name = name;
4 references to Name
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(); 146AddNamesInInheritanceHierarchy(key.Name, inheritance);