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

◆ WriteAsync() [2/3]

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

Reimplemented from System.IO.Stream.

Definition at line 266 of file CryptoStream.cs.

267 {
268 this.CheckWriteArguments(buffer, offset, count);
269 return this.WriteAsyncInternal(buffer, offset, count, cancellationToken);
270 }
Task WriteAsyncInternal(byte[] buffer, int offset, int count, CancellationToken cancellationToken)
void CheckWriteArguments(byte[] buffer, int offset, int count)

References System.Security.Cryptography.CryptoStream.CheckWriteArguments(), System.count, System.offset, and System.Security.Cryptography.CryptoStream.WriteAsyncInternal().