3 references to MaxDateTimeChars
System.Runtime.Serialization (3)
System\Xml\XmlConverter.cs (2)
28
public const int MaxPrimitiveChars =
MaxDateTimeChars
;
426
byte[] dateChars = new byte[
MaxDateTimeChars
];
System\Xml\XmlUTF8TextWriter.cs (1)
673
byte[] buffer = GetBuffer(XmlConverter.
MaxDateTimeChars
, out offset);