11 references to _filePathToCollectionSources
Microsoft.VisualStudio.LanguageServices.Implementation (11)
SolutionExplorer\SymbolTree\RootSymbolTreeItemSourceProvider.cs (11)
127lock (_filePathToCollectionSources) 129if (_filePathToCollectionSources.TryGetValue(filePath, out var pathSources)) 150lock (_filePathToCollectionSources) 154if (_filePathToCollectionSources.TryGetValue(filePath, out var pathSources)) 205lock (_filePathToCollectionSources) 207_filePathToCollectionSources.MultiAdd(currentFilePath, source); 221lock (_filePathToCollectionSources) 223_filePathToCollectionSources.MultiRemove(currentFilePath, source); 233lock (_filePathToCollectionSources) 237_filePathToCollectionSources.MultiRemove(currentFilePath, source); 238_filePathToCollectionSources.MultiAdd(newPath, source);