3 references to GetRegexOptions
Microsoft.Build.Framework (3)
Globbing\MSBuildPathMatcher.cs (3)
148
GetRegexOptions
(_ignoreCaseFilePattern, useInvariantCulture))
628
return new Regex(expression.ToString(),
GetRegexOptions
(ignoreCase, useInvariantCulture));
665
return new Regex(expression.ToString(),
GetRegexOptions
(ignoreCase: true, useInvariantCulture));