19 references to FileSpecRegexParts
Microsoft.Build.Tasks.Core (19)
FileMatcher.cs (19)
1184FileSpecRegexMinLength == FileSpecRegexParts.BeginningOfLine.Length 1185+ FileSpecRegexParts.WildcardGroupStart.Length 1186+ FileSpecRegexParts.FilenameGroupStart.Length 1187+ (FileSpecRegexParts.GroupEnd.Length * 2) 1188+ FileSpecRegexParts.EndOfLine.Length, 1242regex.Append(FileSpecRegexParts.BeginningOfLine); 1248regex.Append(FileSpecRegexParts.UncSlashSlash); 1269regex.Append(FileSpecRegexParts.WildcardGroupStart); 1275regex.Append(FileSpecRegexParts.LeftDirs); 1286regex.Append(FileSpecRegexParts.MiddleDirs); 1294regex.Append(FileSpecRegexParts.GroupEnd); 1314regex.Append(FileSpecRegexParts.FilenameGroupStart); 1325regex.Append(FileSpecRegexParts.AnythingButDot); 1329regex.Append(FileSpecRegexParts.AnySingleCharacterButDot); 1342regex.Append(FileSpecRegexParts.GroupEnd); 1343regex.Append(FileSpecRegexParts.EndOfLine); 1353regex.Append(FileSpecRegexParts.AnyNonSeparator); 1357regex.Append(FileSpecRegexParts.SingleCharacter); 1361regex.Append(FileSpecRegexParts.DirSeparator);