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