1 write to _workQueue
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Workspace.cs (1)
85_workQueue = new(
4 references to _workQueue
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Workspace.cs (4)
597_workQueue.AddWork(action); 598return _workQueue.WaitUntilCurrentBatchCompletesAsync(); 608_workQueue.AddWork(() => result = func()); 609await _workQueue.WaitUntilCurrentBatchCompletesAsync().ConfigureAwait(false);