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

◆ CopyTo() [1/2]

void ICollection. System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >.CopyTo ( Array array,
int index )
inlineprivate

Implements System.Collections.ICollection.

Definition at line 574 of file ConcurrentDictionary.cs.

575 {
576 if (array != null)
577 {
579 object[] locks = tables._locks;
580 int[] countPerLock = tables._countPerLock;
581 object[] locks2 = tables._locks;
582 return;
583 }
584 }
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, System.array, and j__TPar.