1 write to _distinguisher
Microsoft.CodeAnalysis.CSharp (1)
Symbols\SymbolDistinguisher.cs (1)
211_distinguisher = distinguisher;
6 references to _distinguisher
Microsoft.CodeAnalysis.CSharp (6)
Symbols\SymbolDistinguisher.cs (6)
217return (_index == 0) ? _distinguisher._symbol0 : _distinguisher._symbol1; 224_distinguisher._compilation == other._distinguisher._compilation && 231var compilation = _distinguisher._compilation; 241return _distinguisher.GetDescription(_index);