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

◆ FinishPostingAsyncOp() [2/2]

bool System.Net.ContextAwareResult.FinishPostingAsyncOp ( CallbackClosure closure)
inlinepackage

Definition at line 130 of file ContextAwareResult.cs.

131 {
133 this._flags = flags;
134 if (this.m_AsyncCallback != null)
135 {
136 this.m_AsyncCallback = flags;
137 bool flag;
138 return flag;
139 }
140 bool flag2;
141 return flag2;
142 }
class f__AnonymousType0<< Count > j__TPar
ContextAwareResult.StateFlags _flags

References System.Net.ContextAwareResult._flags, j__TPar, and System.Net.LazyAsyncResult.m_AsyncCallback.