19 references to FileSpecRegexParts
Microsoft.Build.Tasks.Core (19)
FileMatcher.cs (19)
1188FileSpecRegexMinLength == FileSpecRegexParts.BeginningOfLine.Length 1189+ FileSpecRegexParts.WildcardGroupStart.Length 1190+ FileSpecRegexParts.FilenameGroupStart.Length 1191+ (FileSpecRegexParts.GroupEnd.Length * 2) 1192+ FileSpecRegexParts.EndOfLine.Length, 1246regex.Append(FileSpecRegexParts.BeginningOfLine); 1252regex.Append(FileSpecRegexParts.UncSlashSlash); 1273regex.Append(FileSpecRegexParts.WildcardGroupStart); 1279regex.Append(FileSpecRegexParts.LeftDirs); 1290regex.Append(FileSpecRegexParts.MiddleDirs); 1298regex.Append(FileSpecRegexParts.GroupEnd); 1318regex.Append(FileSpecRegexParts.FilenameGroupStart); 1329regex.Append(FileSpecRegexParts.AnythingButDot); 1333regex.Append(FileSpecRegexParts.AnySingleCharacterButDot); 1346regex.Append(FileSpecRegexParts.GroupEnd); 1347regex.Append(FileSpecRegexParts.EndOfLine); 1357regex.Append(FileSpecRegexParts.AnyNonSeparator); 1361regex.Append(FileSpecRegexParts.SingleCharacter); 1365regex.Append(FileSpecRegexParts.DirSeparator);