3 references to MaxInt64Chars
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlConverter.cs (2)
714int count = ToCharsR(value, chars, offset + MaxInt64Chars); 715Buffer.BlockCopy(chars, offset + MaxInt64Chars - count, chars, offset, count);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (1)
719byte[] buffer = GetBuffer(XmlConverter.MaxInt64Chars, out offset);