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