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