5 references to Discovering_tests
Microsoft.CodeAnalysis.LanguageServer (5)
Testing\RunTestsHandler.cs (3)
182progress.Report(new(LanguageServerResources.Discovering_tests, message, Progress: null)); 189progress.Report(new(LanguageServerResources.Discovering_tests, message, Progress: null)); 194progress.Report(new(LanguageServerResources.Discovering_tests, message, Progress: null));
Testing\TestDiscoverer.cs (1)
42var partialResult = new RunTestsPartialResult(LanguageServerResources.Discovering_tests, $"{Environment.NewLine}{LanguageServerResources.Starting_test_discovery}", Progress: null);
Testing\TestDiscoverer.DiscoveryHandler.cs (1)
41_progress.Report(new RunTestsPartialResult(LanguageServerResources.Discovering_tests, message, Progress: null));