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