6 references to BufferLength
System.Private.DataContractSerialization (6)
System\Xml\EncodingStreamWrapper.cs (6)
82
FillBuffer(
BufferLength
);
89
FillBuffer((
BufferLength
- 1) * 2);
294
_chars ??= new char[
BufferLength
];
303
_bytes = new byte[
BufferLength
* 4];
312
int max = offset + Math.Min(count,
BufferLength
);
470
int inputCount = Math.Min(count,
BufferLength
* 2);