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.IO.MemoryStream.WriteAsync ( byte[] buffer,
int offset,
int count,
CancellationToken cancellationToken )
inlinevirtualinherited

Reimplemented from System.IO.Stream.

Definition at line 522 of file MemoryStream.cs.

523 {
524 int num = 1;
525 if (buffer != null)
526 {
527 if (num == 0)
528 {
529 }
530 Task task;
531 return task;
532 }
533 return "offset";
534 }

References System.task.