3 references to EscapedArguments
Microsoft.DotNet.HotReload.Watch (3)
Process\ProcessRunner.cs (2)
164
if (processSpec.
EscapedArguments
is not null)
166
process.StartInfo.Arguments = processSpec.
EscapedArguments
;
Process\ProcessSpec.cs (1)
28
=>
EscapedArguments
?? CommandLineUtilities.JoinArguments(Arguments ?? []);