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