11 references to _filePathToCollectionSources
Microsoft.VisualStudio.LanguageServices.Implementation (11)
SolutionExplorer\SymbolTree\RootSymbolTreeItemSourceProvider.cs (11)
134lock (_filePathToCollectionSources) 136if (_filePathToCollectionSources.TryGetValue(filePath, out var pathSources)) 157lock (_filePathToCollectionSources) 161if (_filePathToCollectionSources.TryGetValue(filePath, out var pathSources)) 244lock (_filePathToCollectionSources) 246_filePathToCollectionSources.MultiAdd(currentFilePath, source); 260lock (_filePathToCollectionSources) 262_filePathToCollectionSources.MultiRemove(currentFilePath, source); 272lock (_filePathToCollectionSources) 276_filePathToCollectionSources.MultiRemove(currentFilePath, source); 277_filePathToCollectionSources.MultiAdd(newPath, source);