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)
163var services = _workspace.Services.SolutionServices; 221TaskListUpdated?.Invoke(this, new TaskListUpdatedArgs(documentId, _workspace.CurrentSolution, documentId, newItems));