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