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