19 references to FileSpecRegexParts
Microsoft.Build (19)
FileMatcher.cs (19)
1187FileSpecRegexMinLength == FileSpecRegexParts.BeginningOfLine.Length 1188+ FileSpecRegexParts.WildcardGroupStart.Length 1189+ FileSpecRegexParts.FilenameGroupStart.Length 1190+ (FileSpecRegexParts.GroupEnd.Length * 2) 1191+ FileSpecRegexParts.EndOfLine.Length, 1257regex.Append(FileSpecRegexParts.BeginningOfLine); 1263regex.Append(FileSpecRegexParts.UncSlashSlash); 1284regex.Append(FileSpecRegexParts.WildcardGroupStart); 1290regex.Append(FileSpecRegexParts.LeftDirs); 1301regex.Append(FileSpecRegexParts.MiddleDirs); 1309regex.Append(FileSpecRegexParts.GroupEnd); 1329regex.Append(FileSpecRegexParts.FilenameGroupStart); 1340regex.Append(FileSpecRegexParts.AnythingButDot); 1344regex.Append(FileSpecRegexParts.AnySingleCharacterButDot); 1357regex.Append(FileSpecRegexParts.GroupEnd); 1358regex.Append(FileSpecRegexParts.EndOfLine); 1368regex.Append(FileSpecRegexParts.AnyNonSeparator); 1372regex.Append(FileSpecRegexParts.SingleCharacter); 1376regex.Append(FileSpecRegexParts.DirSeparator);