1 write to _workQueue
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolTree\SymbolTreeInfoCacheService.cs (1)
46_workQueue = new AsyncBatchingWorkQueue<ProjectId>(
4 references to _workQueue
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\SymbolTree\SymbolTreeInfoCacheService.cs (4)
76_workQueue.AddWork(project.Id); 101_workQueue.AddWork(project.Id); 251_services._workQueue.AddWork(projectId); 253return _services._workQueue.WaitUntilCurrentBatchCompletesAsync();