3 instantiations of Base64Stream
System (3)
net\System\Net\mail\EncodedStreamFactory.cs (2)
31
return new
Base64Stream
(stream, new Base64WriteStateInfo());
53
return new
Base64Stream
((Base64WriteStateInfo)writeState);
net\System\Net\mail\MimePart.cs (1)
218
outputStream = new
Base64Stream
(outputStream, new Base64WriteStateInfo());
4 references to Base64Stream
System (4)
net\System\Net\mail\Base64Stream.cs (4)
422
Base64Stream
parent;
430
internal ReadAsyncResult(
Base64Stream
parent, byte[] buffer, int offset, int count, AsyncCallback callback, object state) : base(null,state,callback)
502
Base64Stream
parent;
509
internal WriteAsyncResult(
Base64Stream
parent, byte[] buffer, int offset, int count, AsyncCallback callback, object state) : base(null, state, callback)