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