3 references to MaxDateTimeChars
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlConverter.cs (2)
33
public const int MaxPrimitiveChars =
MaxDateTimeChars
;
431
byte[] dateChars = new byte[
MaxDateTimeChars
];
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (1)
690
byte[] buffer = GetBuffer(XmlConverter.
MaxDateTimeChars
, out offset);