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