1 write to _quoteHyphens
Microsoft.Build.Utilities.Core (1)
CommandLineBuilder.cs (1)
77
_quoteHyphens
= quoteHyphensOnCommandLine;
2 references to _quoteHyphens
Microsoft.Build.Utilities.Core (2)
CommandLineBuilder.cs (2)
158
?? (_definitelyNeedQuotes = new Regex(
_quoteHyphens
? s_definitelyNeedQuotesRegexWithHyphen : s_definitelyNeedQuotesRegexNoHyphen, RegexOptions.CultureInvariant));
164
?? (_allowedUnquoted = new Regex(
_quoteHyphens
? s_allowedUnquotedRegexNoHyphen : s_allowedUnquotedRegexWithHyphen, RegexOptions.IgnoreCase | RegexOptions.CultureInvariant));