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