2 references to IsSurroundedWithQuotes
dotnet (1)
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);