3 references to EscapePathArgument
dotnet (3)
Commands\Run\CSharpCompilerCommand.cs (2)
353
return arg[..(colonIndex + 1)] +
EscapePathArgument
(arg[(colonIndex + 1)..]);
356
return
EscapePathArgument
(arg);
Commands\Run\VirtualProjectBuildingCommand.cs (1)
498
return CSharpCompilerCommand.
EscapePathArgument
(arg);