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