1 instantiation of InProgressState
Microsoft.VisualStudio.LanguageServices (1)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (1)
301_stateDoNotAccessDirectly = new InProgressState(this, _workspace.CurrentSolution);
7 references to InProgressState
Microsoft.VisualStudio.LanguageServices (7)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (7)
61private InProgressState? _stateDoNotAccessDirectly; 144var state = GetOrCreateInProgressState(); 166private async ValueTask ProcessDiagnosticsReportAsync(ProjectId projectId, Guid projectHierarchyGuid, ImmutableArray<DiagnosticData> diagnostics, InProgressState state, CancellationToken cancellationToken) 273private InProgressState? GetBuildInProgressState() 281private InProgressState? ClearInProgressState() 285var state = _stateDoNotAccessDirectly; 292private InProgressState GetOrCreateInProgressState()