2 references to EscapeSingleArg
dotnet (2)
Commands\Run\CSharpCompilerCommand.cs (2)
83
arguments: ["/noconfig", "/nologo", $"@{
EscapeSingleArg
(rspPath)}"],
329
File.WriteAllLines(rspPath, args.Select(
EscapeSingleArg
));