1 write to _workspace
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.OpenFileTracker.cs (1)
66_workspace = workspace;
6 references to _workspace
Microsoft.VisualStudio.LanguageServices (6)
ProjectSystem\VisualStudioWorkspaceImpl.OpenFileTracker.cs (6)
212var projectToHierarchyMap = _workspace._projectToHierarchyMap; 213var solution = _workspace.CurrentSolution; 240var project = _workspace.GetProjectWithHierarchyAndName_NoLock(hierarchy, contextProjectName); 280var documentIds = _workspace.CurrentSolution.GetDocumentIdsWithFilePath(moniker); 365if (_workspace._threadingContext.JoinableTaskContext.IsOnMainThread) 389await _workspace._threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync();