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)"/>. 65private InProgressState? _stateDoNotAccessDirectly; 160private void OnBuildProgressChanged(InProgressState? state, BuildProgress buildProgress) 173var state = GetBuildInProgressState(); 217async ValueTask ClearErrorsCoreAsync(ProjectId projectId, Solution solution, InProgressState? state) 303var inProgressState = ClearInProgressState(); 350private ValueTask SyncBuildErrorsAndReportOnBuildCompletedAsync(DiagnosticAnalyzerService diagnosticService, InProgressState inProgressState) 419var state = GetOrCreateInProgressState(); 433var state = GetOrCreateInProgressState(); 449var state = GetOrCreateInProgressState(); 470private ValueTask ReportPreviousProjectErrorsIfRequiredAsync(ProjectId projectId, InProgressState state) 481private async ValueTask SetLiveErrorsForProjectAsync(ProjectId projectId, InProgressState state) 500private CancellationToken GetApplicableCancellationToken(InProgressState? state) 503private InProgressState? GetBuildInProgressState() 511private InProgressState? ClearInProgressState() 515var state = _stateDoNotAccessDirectly; 522private InProgressState GetOrCreateInProgressState()