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