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