3 references to EscapePathArgument
dotnet (3)
Commands\Run\CSharpCompilerCommand.cs (2)
308
return arg[..(colonIndex + 1)] +
EscapePathArgument
(arg[(colonIndex + 1)..]);
311
return
EscapePathArgument
(arg);
Commands\Run\VirtualProjectBuildingCommand.cs (1)
491
return CSharpCompilerCommand.
EscapePathArgument
(arg);