3 references to maxBytesPerChar
System.Runtime.Serialization (3)
System\Xml\XmlStreamNodeWriter.cs (3)
567const int charChunkSize = bufferLength / maxBytesPerChar; 574byte[] buffer = GetBuffer(chunkSize * maxBytesPerChar, out offset); 582byte[] buffer = GetBuffer(charCount * maxBytesPerChar, out offset);