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