2 references to RegularExpressionFromFileSpec
Microsoft.Build.Tasks.Core (2)
FileMatcher.cs (2)
1497
string matchFileExpression =
RegularExpressionFromFileSpec
(fixedDirectoryPart, wildcardDirectoryPart, filenamePart);
2144
matchWithRegex ? new Regex(
RegularExpressionFromFileSpec
(oldFixedDirectoryPart, wildcardDirectoryPart, filenamePart), RegexOptions.IgnoreCase) : null,