1 write to _workQueue
Microsoft.VisualStudio.LanguageServices (1)
DocumentOutline\DocumentOutlineViewModel.cs (1)
87
_workQueue
= new AsyncBatchingWorkQueue(
6 references to _workQueue
Microsoft.VisualStudio.LanguageServices (6)
DocumentOutline\DocumentOutlineViewModel.cs (6)
109
_workQueue
.AddWork();
127
=>
_workQueue
.AddWork(cancelExistingWork: true);
223
_workQueue
.AddWork(cancelExistingWork: true);
272
_workQueue
.AddWork(cancelExistingWork: true);
291
_workQueue
.AddWork(cancelExistingWork: true);
344
_workQueue
.AddWork(cancelExistingWork: true);