1 write to _workspace
Microsoft.VisualStudio.LanguageServices (1)
Progression\GraphQueryManager.cs (1)
42
_workspace
= workspace;
3 references to _workspace
Microsoft.VisualStudio.LanguageServices (3)
Progression\GraphQueryManager.cs (3)
56
_workspace
.WorkspaceChanged += (_, _) => _updateQueue.AddWork();
63
var solution =
_workspace
.CurrentSolution;
104
var solution =
_workspace
.CurrentSolution;