1 reference to DiscoverTestsAsync
Microsoft.CodeAnalysis.LanguageServer (1)
Testing\RunTestsHandler.cs (1)
68
var testCases = await testDiscoverer.
DiscoverTestsAsync
(request.Range, context.Document, projectOutputPath, runSettings, progress, vsTestConsoleWrapper, cancellationToken);