6 references to _monikersToProjectIdAndContainer
Microsoft.VisualStudio.LanguageServices (6)
ProjectSystem\MiscellaneousFilesWorkspace.cs (6)
202if (_monikersToProjectIdAndContainer.TryGetValue(moniker, out var projectIdAndSourceTextContainer)) 227if (_monikersToProjectIdAndContainer.ContainsKey(moniker)) 283_monikersToProjectIdAndContainer.Add(moniker, (projectInfo.Id, sourceTextContainer)); 309if (_monikersToProjectIdAndContainer.TryGetValue(moniker, out var projectIdAndContainer)) 313_monikersToProjectIdAndContainer.Remove(moniker); 324foreach (var (projectId, textContainer) in _monikersToProjectIdAndContainer.Values)