1 write to _buffer
System.Net.Mail (1)
System\Net\Mime\MimePart.cs (1)
294_buffer = new byte[maxBufferSize];
5 references to _buffer
System.Net.Mail (5)
System\Net\Mime\MimePart.cs (5)
192IAsyncResult writeResult = context._outputStream!.BeginWrite(context._buffer, 0, context._bytesLeft, _writeCallback, context); 227IAsyncResult readResult = Stream!.BeginRead(context._buffer, 0, context._buffer.Length, _readCallback, context); 262IAsyncResult readResult = Stream!.BeginRead(context._buffer, 0, context._buffer.Length, _readCallback, context);