4 references to _progress
Microsoft.CodeAnalysis.LanguageServer (4)
Testing\TestRunner.TestRunHandler.cs (4)
52
_progress
.Report(partialResult);
57
_progress
.Report(partialResult with { Message = string.Format(LanguageServerResources.Test_run_error, testRunCompleteArgs.Error) });
78
_progress
.Report(partialResult with { Message = message });
88
_progress
.Report(new RunTestsPartialResult(LanguageServerResources.Running_tests, message, stats));