1 write to _distinguisher
Microsoft.CodeAnalysis.CSharp (1)
Symbols\SymbolDistinguisher.cs (1)
213_distinguisher = distinguisher;
6 references to _distinguisher
Microsoft.CodeAnalysis.CSharp (6)
Symbols\SymbolDistinguisher.cs (6)
219return (_index == 0) ? _distinguisher._symbol0 : _distinguisher._symbol1; 226_distinguisher._compilation == other._distinguisher._compilation && 233var compilation = _distinguisher._compilation; 243return _distinguisher.GetDescription(_index);