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

◆ Grow()

void Newtonsoft.Json.Utilities.PropertyNameTable.Grow ( )
inlineprivate

Definition at line 85 of file PropertyNameTable.cs.

86 {
87 int mask = this._mask;
88 PropertyNameTable.Entry[] entries = this._entries;
89 int num = 1;
90 int hashCode = entries.HashCode;
91 int hashCode2 = entries.HashCode;
92 this._mask = num;
93 }
class f__AnonymousType0<< Count > j__TPar

References Newtonsoft.Json.Utilities.PropertyNameTable._entries, Newtonsoft.Json.Utilities.PropertyNameTable._mask, and j__TPar.

Referenced by Newtonsoft.Json.Utilities.PropertyNameTable.AddEntry().