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

◆ EnsureLockObjectCreated()

void System.Threading.ManualResetEventSlim.EnsureLockObjectCreated ( )
inlineprivateinherited

Definition at line 180 of file ManualResetEventSlim.cs.

181 {
182 if (this.m_lock != null)
183 {
184 return;
185 }
186 }

References System.Threading.ManualResetEventSlim.m_lock.

Referenced by System.Threading.ManualResetEventSlim.Wait().