6 references to _monikersToProjectIdAndContainer
Microsoft.VisualStudio.LanguageServices (6)
ProjectSystem\MiscellaneousFilesWorkspace.cs (6)
205if (_monikersToProjectIdAndContainer.TryGetValue(moniker, out var projectIdAndSourceTextContainer)) 230if (_monikersToProjectIdAndContainer.ContainsKey(moniker)) 286_monikersToProjectIdAndContainer.Add(moniker, (projectInfo.Id, sourceTextContainer)); 312if (_monikersToProjectIdAndContainer.TryGetValue(moniker, out var projectIdAndContainer)) 316_monikersToProjectIdAndContainer.Remove(moniker); 327foreach (var (projectId, textContainer) in _monikersToProjectIdAndContainer.Values)