6 references to BufferLength
System.Runtime.Serialization (6)
System\Xml\EncodingStreamWrapper.cs (6)
80
FillBuffer(
BufferLength
);
87
FillBuffer((
BufferLength
- 1) * 2);
321
chars = new char[
BufferLength
];
329
bytes = new byte[
BufferLength
* 4];
338
int max = offset + Math.Min(count,
BufferLength
);
506
int inputCount = Math.Min(count,
BufferLength
* 2);