2 references to DefaultRegexOptions
Microsoft.Build (1)
Globbing\MSBuildGlob.cs (1)
211RegexOptions regexOptions = FileMatcher.DefaultRegexOptions;
Microsoft.Build.Framework (1)
Utilities\FileMatcher.cs (1)
1511regexFileMatch = new Regex(matchFileExpression, DefaultRegexOptions);