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