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