4 references to _symbolToLocations
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\StreamingProgressCollector.cs (4)
40var result = new FixedSizeArrayBuilder<ReferencedSymbol>(_symbolToLocations.Count); 41foreach (var (symbol, locations) in _symbolToLocations) 58_symbolToLocations[definition] = []; 75_symbolToLocations[tuple.symbol].Add(tuple.location);