1 write to _workspace
Microsoft.VisualStudio.LanguageServices (1)
TaskList\VisualStudioTaskListService.cs (1)
65
_workspace
= workspace;
2 references to _workspace
Microsoft.VisualStudio.LanguageServices (2)
TaskList\VisualStudioTaskListService.cs (2)
163
var services =
_workspace
.Services.SolutionServices;
221
TaskListUpdated?.Invoke(this, new TaskListUpdatedArgs(documentId,
_workspace
.CurrentSolution, documentId, newItems));