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