7 references to SurroundWithDoubleQuotes
Microsoft.DotNet.Cli.Definitions (7)
Commands\Test\TestCommandDefinition.VSTest.cs (6)
18
}.ForwardAsSingle(o => $"-property:VSTestSetting={MSBuildPropertyParser.
SurroundWithDoubleQuotes
(CommandDirectoryContext.GetFullPath(o))}");
32
}.ForwardAsSingle(o => $"-property:VSTestTestCaseFilter={MSBuildPropertyParser.
SurroundWithDoubleQuotes
(o!)}");
38
}.ForwardAsSingle(o => $"-property:VSTestTestAdapterPath={MSBuildPropertyParser.
SurroundWithDoubleQuotes
(string.Join(";", o!.Select(CommandDirectoryContext.GetFullPath)))}")
48
return $"-property:VSTestLogger={MSBuildPropertyParser.
SurroundWithDoubleQuotes
(loggersString)}";
66
.ForwardAsSingle(o => $"-property:VSTestDiag={MSBuildPropertyParser.
SurroundWithDoubleQuotes
(CommandDirectoryContext.GetFullPath(o))}");
78
}.ForwardAsSingle(o => $"-property:VSTestResultsDirectory={MSBuildPropertyParser.
SurroundWithDoubleQuotes
(CommandDirectoryContext.GetFullPath(o))}");
Utilities\OptionExtensions.cs (1)
55
argVal = MSBuildPropertyParser.
SurroundWithDoubleQuotes
(argVal);