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

◆ VerifyDelegateNotNull()

void System.ComponentModel.AsyncOperation.VerifyDelegateNotNull ( SendOrPostCallback d)
inlineprivate

Definition at line 99 of file AsyncOperation.cs.

100 {
101 while (d == null)
102 {
103 }
104 }

Referenced by System.ComponentModel.AsyncOperation.PostCore().