3 references to EscapePathArgument
dotnet (3)
Commands\Run\CSharpCompilerCommand.cs (2)
309
return arg[..(colonIndex + 1)] +
EscapePathArgument
(arg[(colonIndex + 1)..]);
312
return
EscapePathArgument
(arg);
Commands\Run\VirtualProjectBuildingCommand.cs (1)
421
return CSharpCompilerCommand.
EscapePathArgument
(arg);