7 references to ToInt32D2
System.Private.DataContractSerialization (7)
System\Xml\XmlConverter.cs (7)
862
int month =
ToInt32D2
(chars, offset + 5);
863
int day =
ToInt32D2
(chars, offset + 8);
864
int hour =
ToInt32D2
(chars, offset + 11);
865
int minute =
ToInt32D2
(chars, offset + 14);
866
int second =
ToInt32D2
(chars, offset + 17);
914
hourDelta =
ToInt32D2
(chars, offset);
915
minuteDelta =
ToInt32D2
(chars, offset + 3);