1 write to _compilation
Microsoft.CodeAnalysis.CSharp (1)
Symbols\SymbolDistinguisher.cs (1)
37_compilation = compilation;
5 references to _compilation
Microsoft.CodeAnalysis.CSharp (5)
Symbols\SymbolDistinguisher.cs (5)
97string? location0 = GetLocationString(_compilation, unwrappedSymbol0); 98string? location1 = GetLocationString(_compilation, unwrappedSymbol1); 224_distinguisher._compilation == other._distinguisher._compilation && 231var compilation = _distinguisher._compilation;