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);
253
return _services.
_workQueue
.WaitUntilCurrentBatchCompletesAsync();