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

◆ Complete()

override void System.Net.ContextAwareResult.Complete ( IntPtr userToken)
inlineprotectedvirtual

Reimplemented from System.Net.LazyAsyncResult.

Definition at line 236 of file ContextAwareResult.cs.

237 {
238 if (!true)
239 {
240 }
241 bool isEnabled = NetEventSource.IsEnabled;
242 ExecutionContext context = this._context;
244 NetEventSource.Info(this, formattableString, "Complete");
246 base.Complete(userToken);
247 }
class f__AnonymousType0<< Count > j__TPar
override void Complete(IntPtr userToken)
ContextAwareResult.StateFlags _flags

References System.Net.ContextAwareResult._context, System.Net.ContextAwareResult._flags, System.Net.ContextAwareResult.Complete(), System.Net.NetEventSource.Info(), System.Net.NetEventSource.IsEnabled, and j__TPar.

Referenced by System.Net.ContextAwareResult.Complete().