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