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);