3 references to IsSurroundedWithQuotes
dotnet (1)
CommandFactory\CommandResolution\WindowsExePreferredCommandSpecFactory.cs (1)
62
if (!ArgumentEscaper.
IsSurroundedWithQuotes
(command) // Don't quote already quoted strings
dotnet-aot (1)
src\sdk\src\Cli\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);