12 references to SurroundWithDoubleQuotes
dotnet (7)
Commands\Test\TestCommandParser.cs (6)
33}.ForwardAsSingle(o => $"-property:VSTestSetting={SurroundWithDoubleQuotes(CommandDirectoryContext.GetFullPath(o))}"); 45}.ForwardAsSingle(o => $"-property:VSTestTestCaseFilter={SurroundWithDoubleQuotes(o!)}"); 51}.ForwardAsSingle(o => $"-property:VSTestTestAdapterPath={SurroundWithDoubleQuotes(string.Join(";", o!.Select(CommandDirectoryContext.GetFullPath)))}") 62return $"-property:VSTestLogger={SurroundWithDoubleQuotes(loggersString)}"; 78.ForwardAsSingle(o => $"-property:VSTestDiag={SurroundWithDoubleQuotes(CommandDirectoryContext.GetFullPath(o))}"); 90}.ForwardAsSingle(o => $"-property:VSTestResultsDirectory={SurroundWithDoubleQuotes(CommandDirectoryContext.GetFullPath(o))}");
Extensions\OptionForwardingExtensions.cs (1)
67argVal = TestCommandParser.SurroundWithDoubleQuotes(argVal);
dotnet.Tests (5)
CommandTests\Test\TestCommandParserTests.cs (5)
17TestCommandParser.SurroundWithDoubleQuotes(null)); 27var result = TestCommandParser.SurroundWithDoubleQuotes(escapedInput); 39var result = TestCommandParser.SurroundWithDoubleQuotes(input); 50var result = TestCommandParser.SurroundWithDoubleQuotes(input); 61var result = TestCommandParser.SurroundWithDoubleQuotes(input);