3 references to maxBytesPerChar
System.Private.DataContractSerialization (3)
System\Xml\XmlStreamNodeWriter.cs (3)
294const int charChunkSize = bufferLength / maxBytesPerChar; 301byte[] buffer = GetBuffer(chunkSize * maxBytesPerChar, out offset); 309byte[] buffer = GetBuffer(charCount * maxBytesPerChar, out offset);