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)
89public bool Equals(Key other) => _name == other._name && _parent == other._parent; 100public override int GetHashCode() => _name.GetHashCode() ^ _parent.GetHashCode();