6 references to _monikersToProjectIdAndContainer
Microsoft.VisualStudio.LanguageServices (6)
ProjectSystem\MiscellaneousFilesWorkspace.cs (6)
200if (_monikersToProjectIdAndContainer.TryGetValue(moniker, out var projectIdAndSourceTextContainer)) 225if (_monikersToProjectIdAndContainer.ContainsKey(moniker)) 281_monikersToProjectIdAndContainer.Add(moniker, (projectInfo.Id, sourceTextContainer)); 307if (_monikersToProjectIdAndContainer.TryGetValue(moniker, out var projectIdAndContainer)) 311_monikersToProjectIdAndContainer.Remove(moniker); 322foreach (var (projectId, textContainer) in _monikersToProjectIdAndContainer.Values)