terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ReadAsync() [2/3]

override Task< int > System.Security.Cryptography.CryptoStream.ReadAsync ( byte[] buffer,
int offset,
int count,
CancellationToken cancellationToken )
inlinevirtual

Reimplemented from System.IO.Stream.

Definition at line 141 of file CryptoStream.cs.

142 {
143 this.CheckReadArguments(buffer, offset, count);
144 return this.ReadAsyncInternal(buffer, offset, count, cancellationToken);
145 }
Task< int > ReadAsyncInternal(byte[] buffer, int offset, int count, CancellationToken cancellationToken)
void CheckReadArguments(byte[] buffer, int offset, int count)

References System.Security.Cryptography.CryptoStream.CheckReadArguments(), System.count, System.offset, and System.Security.Cryptography.CryptoStream.ReadAsyncInternal().