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