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