15 references to Match
System.Private.CoreLib (15)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (15)
2969
if (!str.
Match
(TimeDelimiter))
2981
if (str.
Match
(TimeDelimiter))
2989
if ((str.
Match
(TimeFractionDelimiterDot))
2990
|| (str.
Match
(TimeFractionDelimiterComma)))
3025
if (str.
Match
('#'))
3034
if (str.
Match
('\0'))
4327
if (str.
Match
('Z'))
4339
else if (str.
Match
('+') || str.
Match
('-'))
4361
if (((dtfi.TimeSeparator.Length > 1 && dtfi.TimeSeparator[0] == ':') || !str.
Match
(':')) &&
4372
if (((dtfi.DateSeparator.Length > 1 && dtfi.DateSeparator[0] == '/') || !str.
Match
('/')) &&
4444
if (!str.
Match
(format.GetChar()))
4458
if (!str.
Match
(ch))
4464
if (format.
Match
('F'))
4493
else if (!str.
Match
(ch))