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)
212
var projectToHierarchyMap =
_workspace
._projectToHierarchyMap;
213
var solution =
_workspace
.CurrentSolution;
240
var project =
_workspace
.GetProjectWithHierarchyAndName_NoLock(hierarchy, contextProjectName);
280
var documentIds =
_workspace
.CurrentSolution.GetDocumentIdsWithFilePath(moniker);
365
if (
_workspace
._threadingContext.JoinableTaskContext.IsOnMainThread)
389
await
_workspace
._threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync();