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