1 write to _name
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolStore.cs (1)
85
_name
= name;
3 references to _name
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolStore.cs (3)
89
public bool Equals(Key other) =>
_name
== other.
_name
&& _parent == other._parent;
100
public override int GetHashCode() =>
_name
.GetHashCode() ^ _parent.GetHashCode();