5 references to Done
Microsoft.VisualStudio.LanguageServices (3)
TableDataSource\VisualStudioBaseDiagnosticListTable.LiveTableDataSource.cs (1)
97
(_, progress) => OnBuildProgressChanged(running: progress != ExternalErrorDiagnosticUpdateSource.BuildProgress.
Done
);
TableDataSource\VisualStudioDiagnosticListTable.BuildTableDataSource.cs (1)
66
SetStableState(progress == ExternalErrorDiagnosticUpdateSource.BuildProgress.
Done
);
TaskList\ExternalErrorDiagnosticUpdateSource.cs (1)
336
OnBuildProgressChanged(inProgressState, BuildProgress.
Done
);
Microsoft.VisualStudio.LanguageServices.UnitTests (2)
Diagnostics\ExternalDiagnosticUpdateSourceTests.vb (2)
165
If progress = ExternalErrorDiagnosticUpdateSource.BuildProgress.
Done
Then
423
ElseIf progress = ExternalErrorDiagnosticUpdateSource.BuildProgress.
Done
Then