Implemented interface member:
event
TaskListUpdated
Microsoft.CodeAnalysis.Editor.TaskList.ITaskListProvider.TaskListUpdated
3 references to TaskListUpdated
Microsoft.VisualStudio.LanguageServices (3)
TaskList\VisualStudioTaskListService.cs (3)
219var taskListUpdated = this.TaskListUpdated; 220if (TaskListUpdated != null && !oldComments.SequenceEqual(newItems)) 221TaskListUpdated?.Invoke(this, new TaskListUpdatedArgs(documentId, _workspace.CurrentSolution, documentId, newItems));