6 references to BufferLength
dotnet-svcutil-lib (6)
FrameworkFork\System.Runtime.Serialization\System\Xml\EncodingStreamWrapper.cs (6)
82
FillBuffer(
BufferLength
);
89
FillBuffer((
BufferLength
- 1) * 2);
323
_chars = new char[
BufferLength
];
331
_bytes = new byte[
BufferLength
* 4];
340
int max = offset + Math.Min(count,
BufferLength
);
508
int inputCount = Math.Min(count,
BufferLength
* 2);