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