1 write to _compilation
Microsoft.CodeAnalysis.CSharp (1)
Symbols\SymbolDistinguisher.cs (1)
39_compilation = compilation;
5 references to _compilation
Microsoft.CodeAnalysis.CSharp (5)
Symbols\SymbolDistinguisher.cs (5)
99string location0 = GetLocationString(_compilation, unwrappedSymbol0); 100string location1 = GetLocationString(_compilation, unwrappedSymbol1); 226_distinguisher._compilation == other._distinguisher._compilation && 233var compilation = _distinguisher._compilation;