2 references to IsSurroundedWithQuotes
dotnet-aot (1)
parent\dotnet\CommandFactory\CommandResolution\WindowsExePreferredCommandSpecFactory.cs (1)
62
if (!ArgumentEscaper.
IsSurroundedWithQuotes
(command) // Don't quote already quoted strings
Microsoft.DotNet.Cli.Utils (1)
ArgumentEscaper.cs (1)
95
var isQuoted = needsQuotes ||
IsSurroundedWithQuotes
(arg);