1 instantiation of InProgressState
Microsoft.VisualStudio.LanguageServices (1)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (1)
305
_stateDoNotAccessDirectly = new
InProgressState
(this, _workspace.CurrentSolution);
7 references to InProgressState
Microsoft.VisualStudio.LanguageServices (7)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (7)
63
private
InProgressState
? _stateDoNotAccessDirectly;
148
var
state = GetOrCreateInProgressState();
170
private async ValueTask ProcessDiagnosticsReportAsync(ProjectId projectId, Guid projectHierarchyGuid, ImmutableArray<DiagnosticData> diagnostics,
InProgressState
state, CancellationToken cancellationToken)
277
private
InProgressState
? GetBuildInProgressState()
285
private
InProgressState
? ClearInProgressState()
289
var
state = _stateDoNotAccessDirectly;
296
private
InProgressState
GetOrCreateInProgressState()