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

◆ ReadNumberIntoBuffer()

void Newtonsoft.Json.JsonTextReader.ReadNumberIntoBuffer ( )
inlineprivate

Definition at line 532 of file JsonTextReader.cs.

533 {
534 int num;
535 long num2;
536 do
537 {
538 int charPos = this._charPos;
539 char[] chars = this._chars;
540 int charsUsed = this._charsUsed;
541 this._charPos = charPos;
542 num = 1;
543 num2 = 0L;
544 }
545 while (this.ReadData(num != 0, (int)num2) != 0);
546 }
class f__AnonymousType0<< Count > j__TPar

References Newtonsoft.Json.JsonTextReader._charPos, Newtonsoft.Json.JsonTextReader._chars, Newtonsoft.Json.JsonTextReader._charsUsed, j__TPar, System.L, and Newtonsoft.Json.JsonTextReader.ReadData().

Referenced by Newtonsoft.Json.JsonTextReader.ParseNumber().