16 references to Match
System.Private.CoreLib (16)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (16)
2971
if (!str.
Match
(TimeDelimiter))
2983
if (str.
Match
(TimeDelimiter))
2991
if ((str.
Match
(TimeFractionDelimiterDot))
2992
|| (str.
Match
(TimeFractionDelimiterComma)))
3027
if (str.
Match
('#'))
3036
if (str.
Match
('\0'))
4329
if (str.
Match
('Z'))
4341
else if (str.
Match
('+') || str.
Match
('-'))
4363
if (((dtfi.TimeSeparator.Length > 1 && dtfi.TimeSeparator[0] == ':') || !str.
Match
(':')) &&
4374
if (((dtfi.DateSeparator.Length > 1 && dtfi.DateSeparator[0] == '/') || !str.
Match
('/')) &&
4405
else if (!str.
Match
(quotedSpan[i]))
4446
if (!str.
Match
(format.GetChar()))
4460
if (!str.
Match
(ch))
4464
if (format.
Match
('F'))
4493
else if (!str.
Match
(ch))