4 references to Run
Microsoft.CodeAnalysis.LanguageServer (4)
DotnetCliHelper.cs (1)
38
using var process =
Run
(["--info"], workingDirectory: projectOutputDirectory, shouldLocalizeOutput: false);
FileBasedPrograms\VirtualProjectXmlProvider.cs (1)
31
var process = dotnetCliHelper.
Run
(["run-api"], workingDirectory, shouldLocalizeOutput: true, redirectStandardInput: true);
LanguageServer\Handler\Restore\RestoreHandler.cs (1)
57
var process = dotnetCliHelper.
Run
(arguments, workingDirectory, shouldLocalizeOutput: true);
Testing\RunTestsHandler.cs (1)
132
using var process = dotnetCliHelper.
Run
(["build", projectFileName], workingDirectory, shouldLocalizeOutput: true);