16 references to Match
mscorlib (16)
system\globalization\datetimeparse.cs (16)
2768if (!str.Match(':')) { 2778if (str.Match(':')) { 2784if (str.Match('.')) { 2809if (str.Match('#')) { 2816if (str.Match('\0')) { 3760if (str.Match('Z')) { 3770else if (str.Match('+') || str.Match('-')) { 3789if (((dtfi.TimeSeparator.Length > 1 && dtfi.TimeSeparator[0] == ':') || !str.Match(':')) && 3799if (((dtfi.DateSeparator.Length > 1 && dtfi.DateSeparator[0] == '/') || !str.Match('/')) && 3825} else if (!str.Match(quotedStr[i])) { 3863if (!str.Match(format.GetChar())) { 3874if (!str.Match(ch)) { 3878if (format.Match('F')) { 3893if (!str.Match(ch)) { 3926} else if (!str.Match(ch)) {