19 references to FileSpecRegexParts
Microsoft.Build.Tasks.Core (19)
FileMatcher.cs (19)
1194FileSpecRegexMinLength == FileSpecRegexParts.BeginningOfLine.Length 1195+ FileSpecRegexParts.WildcardGroupStart.Length 1196+ FileSpecRegexParts.FilenameGroupStart.Length 1197+ (FileSpecRegexParts.GroupEnd.Length * 2) 1198+ FileSpecRegexParts.EndOfLine.Length, 1252regex.Append(FileSpecRegexParts.BeginningOfLine); 1258regex.Append(FileSpecRegexParts.UncSlashSlash); 1279regex.Append(FileSpecRegexParts.WildcardGroupStart); 1285regex.Append(FileSpecRegexParts.LeftDirs); 1296regex.Append(FileSpecRegexParts.MiddleDirs); 1304regex.Append(FileSpecRegexParts.GroupEnd); 1324regex.Append(FileSpecRegexParts.FilenameGroupStart); 1335regex.Append(FileSpecRegexParts.AnythingButDot); 1339regex.Append(FileSpecRegexParts.AnySingleCharacterButDot); 1352regex.Append(FileSpecRegexParts.GroupEnd); 1353regex.Append(FileSpecRegexParts.EndOfLine); 1363regex.Append(FileSpecRegexParts.AnyNonSeparator); 1367regex.Append(FileSpecRegexParts.SingleCharacter); 1371regex.Append(FileSpecRegexParts.DirSeparator);