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

◆ ExecuteWorkItem()

void IThreadPoolWorkItem. System.IOSelectorJob.ExecuteWorkItem ( )
inlineprivate

Implements System.Threading.IThreadPoolWorkItem.

Definition at line 20 of file IOSelectorJob.cs.

21 {
22 global::System.IOAsyncCallback ioasyncCallback = this.callback;
23 global::System.IOAsyncResult ioasyncResult = this.state;
24 IntPtr invoke_impl = ioasyncCallback.invoke_impl;
25 IntPtr method_code = ioasyncCallback.method_code;
26 IntPtr method = ioasyncCallback.method;
27 }
class f__AnonymousType0<< Count > j__TPar
global::System.IOAsyncCallback callback
global::System.IOAsyncResult state

References System.IOSelectorJob.callback, j__TPar, and System.IOSelectorJob.state.