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)
217
return (_index == 0) ?
_distinguisher
._symbol0 :
_distinguisher
._symbol1;
224
_distinguisher
._compilation == other.
_distinguisher
._compilation &&
231
var compilation =
_distinguisher
._compilation;
241
return
_distinguisher
.GetDescription(_index);