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