1 write to _workQueue
Microsoft.VisualStudio.LanguageServices (1)
DocumentOutline\DocumentOutlineViewModel.cs (1)
86
_workQueue
= new AsyncBatchingWorkQueue(
6 references to _workQueue
Microsoft.VisualStudio.LanguageServices (6)
DocumentOutline\DocumentOutlineViewModel.cs (6)
108
_workQueue
.AddWork();
126
=>
_workQueue
.AddWork(cancelExistingWork: true);
222
_workQueue
.AddWork(cancelExistingWork: true);
271
_workQueue
.AddWork(cancelExistingWork: true);
290
_workQueue
.AddWork(cancelExistingWork: true);
343
_workQueue
.AddWork(cancelExistingWork: true);