1 write to _disconnectedSolutionTask
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Host\RemoteWorkspace.InFlightSolution.cs (1)
70_disconnectedSolutionTask = Task.Run(() => computeDisconnectedSolutionAsync(cancellationToken), cancellationToken);
5 references to _disconnectedSolutionTask
Microsoft.CodeAnalysis.Remote.ServiceHub (5)
Host\RemoteWorkspace.InFlightSolution.cs (5)
28/// CancellationTokenSource controlling the execution of <see cref="_disconnectedSolutionTask"/> and <see 39/// Optional work to try to elevate the solution computed by <see cref="_disconnectedSolutionTask"/> to be 92return _primaryBranchTask ?? _disconnectedSolutionTask; 135var solution = await _disconnectedSolutionTask.ConfigureAwait(false); 182solutions.Add(_disconnectedSolutionTask);