Base:
method
GetCharCount
System.Text.Encoding.GetCharCount(System.Byte[], System.Int32, System.Int32)
1 reference to GetCharCount
System.Runtime.Serialization (1)
System\Xml\ValueHandle.cs (1)
745if (charCount >= encoding.GetMaxCharCount(byteCount) || charCount >= encoding.GetCharCount(bytes, byteOffset, byteCount))