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

◆ ProtectedInvokeCallback()

void System.Net.LazyAsyncResult.ProtectedInvokeCallback ( object result,
IntPtr userToken )
inlineprotected

Definition at line 262 of file LazyAsyncResult.cs.

263 {
264 if (!true)
265 {
266 }
267 int intCompleted = this.m_IntCompleted;
268 object result2 = this.m_Result;
269 if (intCompleted == 0)
270 {
271 }
272 this.m_Result = result;
273 if (this.m_Event != null)
274 {
275 }
276 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.Net.LazyAsyncResult.m_Event, System.Net.LazyAsyncResult.m_IntCompleted, and System.Net.LazyAsyncResult.m_Result.