3 references to ParseTimeAndZoneAndWhitespace
System.Private.Xml (3)
System\Xml\Schema\XsdDateTime.cs (3)
733
if (ParseChar(start + s_lzyyyy_MM_dd, 'T') &&
ParseTimeAndZoneAndWhitespace
(start + s_lzyyyy_MM_ddT))
750
if (ParseZoneAndWhitespace(start + s_lzyyyy_MM_dd) || (ParseChar(start + s_lzyyyy_MM_dd, 'T') &&
ParseTimeAndZoneAndWhitespace
(start + s_lzyyyy_MM_ddT)))
777
if (
ParseTimeAndZoneAndWhitespace
(start))