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