1 write to _workQueue
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Workspace.cs (1)
83_workQueue = new(
4 references to _workQueue
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Workspace.cs (4)
595_workQueue.AddWork(action); 596return _workQueue.WaitUntilCurrentBatchCompletesAsync(); 606_workQueue.AddWork(() => result = func()); 607await _workQueue.WaitUntilCurrentBatchCompletesAsync().ConfigureAwait(false);