125 return base.FlushAsync(cancellationToken);
198 return base.ReadByte();
347 if (transform !=
null)
453 private SemaphoreSlim <semaphore>5
__2;
504 private int <bytesToDeliver>5
__2;
507 private int <currentOutputIndex>5
__3;
510 private int <numWholeBlocksInBytes>5
__4;
562 private SemaphoreSlim <semaphore>5
__2;
613 private int <bytesToWrite>5
__2;
616 private int <currentInputIndex>5
__3;
619 private int <numOutputBytes>5
__4;
625 private int <numWholeBlocksInBytes>5
__5;
class f__AnonymousType0<< Count > j__TPar
Task< int > ReadAsyncInternal(byte[] buffer, int offset, int count, CancellationToken cancellationToken)
readonly CryptoStreamMode _transformMode
override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback callback, object state)
SemaphoreSlim _lazyAsyncActiveSemaphore
override void Write(byte[] buffer, int offset, int count)
bool HasFlushedFinalBlock
override Task< int > ReadAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken)
SemaphoreSlim AsyncActiveSemaphore
CryptoStream(Stream stream, ICryptoTransform transform, CryptoStreamMode mode, bool leaveOpen)
override Task FlushAsync(CancellationToken cancellationToken)
bool _finalBlockTransformed
override int Read(byte[] buffer, int offset, int count)
override long Seek(long offset, SeekOrigin origin)
void CheckReadArguments(byte[] buffer, int offset, int count)
readonly ICryptoTransform _transform
override void WriteByte(byte value)
Task WriteAsyncInternal(byte[] buffer, int offset, int count, CancellationToken cancellationToken)
CryptoStream(Stream stream, ICryptoTransform transform, CryptoStreamMode mode)
void CheckWriteArguments(byte[] buffer, int offset, int count)
Task< int > ReadAsyncCore(byte[] buffer, int offset, int count, CancellationToken cancellationToken, bool useAsync)
override void EndWrite(IAsyncResult asyncResult)
override IAsyncResult BeginWrite(byte[] buffer, int offset, int count, AsyncCallback callback, object state)
override Task WriteAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken)
override int EndRead(IAsyncResult asyncResult)
Task WriteAsyncCore(byte[] buffer, int offset, int count, CancellationToken cancellationToken, bool useAsync)
override void Dispose(bool disposing)
override void SetLength(long value)
static void End(IAsyncResult asyncResult)
static AsyncTaskMethodBuilder< TResult > Create()
TaskAwaiter< int ><> u__2
CancellationToken cancellationToken
void SetStateMachine(IAsyncStateMachine stateMachine)
AsyncTaskMethodBuilder< int ><> t__builder
CancellationToken cancellationToken
byte[]< tempInputBuffer > byte[]< tempOutputBuffer > ValueTaskAwaiter< int ><> u__1
void SetStateMachine(IAsyncStateMachine stateMachine)
AsyncTaskMethodBuilder< int ><> t__builder
void SetStateMachine(IAsyncStateMachine stateMachine)
AsyncTaskMethodBuilder t__builder
CancellationToken cancellationToken
AsyncTaskMethodBuilder t__builder
void SetStateMachine(IAsyncStateMachine stateMachine)
CancellationToken cancellationToken
static CancellationToken None