6 references to _monikersToProjectIdAndContainer
Microsoft.VisualStudio.LanguageServices (6)
ProjectSystem\MiscellaneousFilesWorkspace.cs (6)
201if (_monikersToProjectIdAndContainer.TryGetValue(moniker, out var projectIdAndSourceTextContainer)) 226if (_monikersToProjectIdAndContainer.ContainsKey(moniker)) 282_monikersToProjectIdAndContainer.Add(moniker, (projectInfo.Id, sourceTextContainer)); 308if (_monikersToProjectIdAndContainer.TryGetValue(moniker, out var projectIdAndContainer)) 312_monikersToProjectIdAndContainer.Remove(moniker); 323foreach (var (projectId, textContainer) in _monikersToProjectIdAndContainer.Values)