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