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