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