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