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

◆ AcquireLocks()

void System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >.AcquireLocks ( int fromInclusive,
int toExclusive,
int locksAcquired )
inlineprivate

Definition at line 649 of file ConcurrentDictionary.cs.

650 {
651 object[] locks = this._tables._locks;
652 long num = 0L;
653 if (locks != null)
654 {
655 }
656 if (num == 0L)
657 {
658 return;
659 }
660 throw new OutOfMemoryException();
661 }
class f__AnonymousType0<< Count > j__TPar
ConcurrentDictionary< TKey, TValue >.Tables _tables

References System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >.Tables._locks, System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >._tables, j__TPar, and System.L.