16 references to Match
System.Private.CoreLib (16)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (16)
2999
if (!str.
Match
(TimeDelimiter))
3011
if (str.
Match
(TimeDelimiter))
3019
if ((str.
Match
(TimeFractionDelimiterDot))
3020
|| (str.
Match
(TimeFractionDelimiterComma)))
3055
if (str.
Match
('#'))
3064
if (str.
Match
('\0'))
4395
if (str.
Match
('Z'))
4407
else if (str.
Match
('+') || str.
Match
('-'))
4429
if (((dtfi.TimeSeparator.Length > 1 && dtfi.TimeSeparator[0] == ':') || !str.
Match
(':')) &&
4440
if (((dtfi.DateSeparator.Length > 1 && dtfi.DateSeparator[0] == '/') || !str.
Match
('/')) &&
4471
else if (!str.
Match
(quotedSpan[i]))
4512
if (!str.
Match
(format.GetChar()))
4526
if (!str.
Match
(ch))
4530
if (format.
Match
('F'))
4559
else if (!str.
Match
(ch))