19 references to FileSpecRegexParts
Microsoft.Build.Framework (19)
Utilities\FileMatcher.cs (19)
1197FileSpecRegexMinLength == FileSpecRegexParts.BeginningOfLine.Length 1198+ FileSpecRegexParts.WildcardGroupStart.Length 1199+ FileSpecRegexParts.FilenameGroupStart.Length 1200+ (FileSpecRegexParts.GroupEnd.Length * 2) 1201+ FileSpecRegexParts.EndOfLine.Length, 1255regex.Append(FileSpecRegexParts.BeginningOfLine); 1261regex.Append(FileSpecRegexParts.UncSlashSlash); 1282regex.Append(FileSpecRegexParts.WildcardGroupStart); 1288regex.Append(FileSpecRegexParts.LeftDirs); 1299regex.Append(FileSpecRegexParts.MiddleDirs); 1307regex.Append(FileSpecRegexParts.GroupEnd); 1327regex.Append(FileSpecRegexParts.FilenameGroupStart); 1338regex.Append(FileSpecRegexParts.AnythingButDot); 1342regex.Append(FileSpecRegexParts.AnySingleCharacterButDot); 1355regex.Append(FileSpecRegexParts.GroupEnd); 1356regex.Append(FileSpecRegexParts.EndOfLine); 1366regex.Append(FileSpecRegexParts.AnyNonSeparator); 1370regex.Append(FileSpecRegexParts.SingleCharacter); 1374regex.Append(FileSpecRegexParts.DirSeparator);