3 references to ShouldSurroundWithQuotes
dotnet-aot (1)
parent\dotnet\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);