7 references to ToInt32D2
System.Runtime.Serialization (7)
System\Xml\XmlConverter.cs (7)
747
int month =
ToInt32D2
(chars, offset + 5);
748
int day =
ToInt32D2
(chars, offset + 8);
749
int hour =
ToInt32D2
(chars, offset + 11);
750
int minute =
ToInt32D2
(chars, offset + 14);
751
int second =
ToInt32D2
(chars, offset + 17);
799
hourDelta =
ToInt32D2
(chars, offset);
800
minuteDelta =
ToInt32D2
(chars, offset + 3);