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