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