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