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
new Regex(
_quoteHyphens
? s_definitelyNeedQuotesRegexWithHyphen : s_definitelyNeedQuotesRegexNoHyphen, RegexOptions.CultureInvariant);
164
new Regex(
_quoteHyphens
? s_allowedUnquotedRegexNoHyphen : s_allowedUnquotedRegexWithHyphen, RegexOptions.IgnoreCase | RegexOptions.CultureInvariant);