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

◆ Invoke()

void ITaskCompletionAction. System.IO.Stream.ReadWriteTask.Invoke ( Task completingTask)
inlineprivate

Implements System.Threading.Tasks.ITaskCompletionAction.

Definition at line 645 of file Stream.cs.

646 {
647 if (this._context != null)
648 {
649 return;
650 }
651 AsyncCallback callback = this._callback;
652 IntPtr invoke_impl = callback.invoke_impl;
653 IntPtr method_code = callback.method_code;
654 IntPtr method = callback.method;
655 }
IntPtr method_code
Definition Delegate.cs:386
IntPtr invoke_impl
Definition Delegate.cs:371
ExecutionContext _context
Definition Stream.cs:689

References System.IO.Stream.ReadWriteTask._callback, System.IO.Stream.ReadWriteTask._context, System.Delegate.invoke_impl, System.Delegate.method, and System.Delegate.method_code.