3 references to EscapedArguments
dotnet-watch (3)
Process\ProcessRunner.cs (2)
182
if (processSpec.
EscapedArguments
is not null)
184
process.StartInfo.Arguments = processSpec.
EscapedArguments
;
Process\ProcessSpec.cs (1)
27
=>
EscapedArguments
?? CommandLineUtilities.JoinArguments(Arguments ?? []);