1 reference to s_allowedUnquotedRegexNoHyphen
Microsoft.Build.Utilities.Core (1)
CommandLineBuilder.cs (1)
164
?? (_allowedUnquoted = new Regex(_quoteHyphens ?
s_allowedUnquotedRegexNoHyphen
: s_allowedUnquotedRegexWithHyphen, RegexOptions.IgnoreCase | RegexOptions.CultureInvariant));