3 references to maxBufferSize
System (3)
net\System\Net\mail\MimePart.cs (3)
268buffer = new byte[maxBufferSize]; 301byte[] buffer = new byte[maxBufferSize]; 314while ((read = Stream.Read(buffer, 0, maxBufferSize)) > 0) {