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

◆ DoCallBack()

void System.Runtime.Remoting.Contexts.Context.DoCallBack ( CrossContextDelegate deleg)
inline

Definition at line 411 of file Context.cs.

412 {
413 if (this.callback_object != null)
414 {
415 return;
416 }
418 long num = 0L;
419 Monitor.Exit(this);
420 if (num == 0L)
421 {
422 return;
423 }
424 throw new OutOfMemoryException();
425 }
static Context InternalSetContext(Context context)
Definition AppDomain.cs:171
ContextCallbackObject callback_object
Definition Context.cs:561
static void Exit(object obj)
Definition Monitor.cs:47

References System.Runtime.Remoting.Contexts.Context.callback_object, System.Threading.Monitor.Exit(), System.AppDomain.InternalSetContext(), and System.L.