12 references to EscapeSingleArg
dotnet-aot (11)
parent\dotnet\Commands\Test\MTP\TestApplication.cs (11)
387
builder.Append($" {TestCommandDefinition.MicrosoftTestingPlatform.ResultsDirectoryOptionName} {ArgumentEscaper.
EscapeSingleArg
(resultsDirectoryPath)}");
392
builder.Append($" {TestCommandDefinition.MicrosoftTestingPlatform.ConfigFileOptionName} {ArgumentEscaper.
EscapeSingleArg
(configFilePath)}");
397
builder.Append($" {TestCommandDefinition.MicrosoftTestingPlatform.DiagnosticOutputDirectoryOptionName} {ArgumentEscaper.
EscapeSingleArg
(diagnosticOutputDirectoryPath)}");
402
builder.Append($" {ArgumentEscaper.
EscapeSingleArg
(arg)}");
418
builder.Append($" {ArgumentEscaper.
EscapeSingleArg
("@" + _httpResponseFilePath)}");
423
builder.Append($" {CliConstants.DotNetTestPipeOptionKey} {ArgumentEscaper.
EscapeSingleArg
(_pipeName)}");
519
? $"exec {ArgumentEscaper.
EscapeSingleArg
(module.TargetPath)}"
538
$" {CliConstants.ServerOptionKey} {CliConstants.ServerOptionValue} {CliConstants.DotNetTestPipeOptionKey} {ArgumentEscaper.
EscapeSingleArg
(pipeName)}"));
547
builder.Append($" {CliConstants.ArtifactPostProcessingManifestOptionKey} {ArgumentEscaper.
EscapeSingleArg
(manifestPath)}");
555
builder.Append($" {TestCommandDefinition.MicrosoftTestingPlatform.ConfigFileOptionName} {ArgumentEscaper.
EscapeSingleArg
(configFilePath)}");
560
builder.Append($" {TestCommandDefinition.MicrosoftTestingPlatform.DiagnosticOutputDirectoryOptionName} {ArgumentEscaper.
EscapeSingleArg
(diagnosticOutputDirectoryPath)}");
Microsoft.DotNet.Cli.Utils (1)
ArgumentEscaper.cs (1)
61
escapedArgs.Add(
EscapeSingleArg
(arg));