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