3 references to ShouldSurroundWithQuotes
dotnet (1)
CommandFactory\CommandResolution\WindowsExePreferredCommandSpecFactory.cs (1)
63
&& ArgumentEscaper.
ShouldSurroundWithQuotes
(command))
Microsoft.DotNet.Cli.Utils (2)
ArgumentEscaper.cs (2)
94
var needsQuotes = length == 0 ||
ShouldSurroundWithQuotes
(arg) || additionalShouldSurroundWithQuotes?.Invoke(arg) == true;
163
var quoted =
ShouldSurroundWithQuotes
(argument);