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)
219
return (_index == 0) ?
_distinguisher
._symbol0 :
_distinguisher
._symbol1;
226
_distinguisher
._compilation == other.
_distinguisher
._compilation &&
233
var compilation =
_distinguisher
._compilation;
243
return
_distinguisher
.GetDescription(_index);