1 instantiation of InProgressState
Microsoft.VisualStudio.LanguageServices (1)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (1)
531
_stateDoNotAccessDirectly = new
InProgressState
(this, _workspace.CurrentSolution, _activeCancellationSeriesDoNotAccessDirectly.CreateNext(_disposalToken));
17 references to InProgressState
Microsoft.VisualStudio.LanguageServices (17)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (17)
56
/// <see cref="SyncBuildErrorsAndReportOnBuildCompletedAsync(DiagnosticAnalyzerService,
InProgressState
)"/>.
65
private
InProgressState
? _stateDoNotAccessDirectly;
160
private void OnBuildProgressChanged(
InProgressState
? state, BuildProgress buildProgress)
173
var
state = GetBuildInProgressState();
217
async ValueTask ClearErrorsCoreAsync(ProjectId projectId, Solution solution,
InProgressState
? state)
303
var
inProgressState = ClearInProgressState();
350
private ValueTask SyncBuildErrorsAndReportOnBuildCompletedAsync(DiagnosticAnalyzerService diagnosticService,
InProgressState
inProgressState)
419
var
state = GetOrCreateInProgressState();
433
var
state = GetOrCreateInProgressState();
449
var
state = GetOrCreateInProgressState();
470
private ValueTask ReportPreviousProjectErrorsIfRequiredAsync(ProjectId projectId,
InProgressState
state)
481
private async ValueTask SetLiveErrorsForProjectAsync(ProjectId projectId,
InProgressState
state)
500
private CancellationToken GetApplicableCancellationToken(
InProgressState
? state)
503
private
InProgressState
? GetBuildInProgressState()
511
private
InProgressState
? ClearInProgressState()
515
var
state = _stateDoNotAccessDirectly;
522
private
InProgressState
GetOrCreateInProgressState()