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