1 write to _workQueue
Microsoft.VisualStudio.LanguageServices (1)
DocumentOutline\DocumentOutlineViewModel.cs (1)
75
_workQueue
= new AsyncBatchingWorkQueue(
6 references to _workQueue
Microsoft.VisualStudio.LanguageServices (6)
DocumentOutline\DocumentOutlineViewModel.cs (6)
97
_workQueue
.AddWork();
115
=>
_workQueue
.AddWork(cancelExistingWork: true);
211
_workQueue
.AddWork(cancelExistingWork: true);
260
_workQueue
.AddWork(cancelExistingWork: true);
279
_workQueue
.AddWork(cancelExistingWork: true);
332
_workQueue
.AddWork(cancelExistingWork: true);