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