66 if (
char.IsWhiteSpace(c) || c ==
'"')
85 foreach (
char c
in text)
91 if (
char.IsWhiteSpace(c))
static void AppendArgument(ref System.Text.ValueStringBuilder stringBuilder, string argument)
static string Paste(IEnumerable< string > arguments, bool pasteFirstArgumentUsingArgV0Rules)
static bool ContainsNoWhitespaceOrQuotes(string s)
static void AppendArgument(ref ValueStringBuilder stringBuilder, string argument)
static string Argv_IncludeDoubleQuote