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)
61
private
InProgressState
? _stateDoNotAccessDirectly;
144
var
state = GetOrCreateInProgressState();
166
private async ValueTask ProcessDiagnosticsReportAsync(ProjectId projectId, Guid projectHierarchyGuid, ImmutableArray<DiagnosticData> diagnostics,
InProgressState
state, CancellationToken cancellationToken)
273
private
InProgressState
? GetBuildInProgressState()
281
private
InProgressState
? ClearInProgressState()
285
var
state = _stateDoNotAccessDirectly;
292
private
InProgressState
GetOrCreateInProgressState()