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

◆ Dispose() [2/2]

virtual void System.Threading.ManualResetEventSlim.Dispose ( bool disposing)
inlineprotectedvirtualinherited

Definition at line 301 of file ManualResetEventSlim.cs.

302 {
305 ManualResetEvent eventObj = this.m_eventObj;
306 if (eventObj != null)
307 {
308 Monitor.Enter(eventObj, disposing);
310 if (false)
311 {
312 throw new OutOfMemoryException();
313 }
314 }
315 }
class f__AnonymousType0<< Count > j__TPar
virtual void Dispose(bool explicitDisposing)

References System.Threading.Monitor.Enter(), j__TPar, System.Threading.ManualResetEventSlim.m_combinedState, and System.Threading.ManualResetEventSlim.m_eventObj.