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

◆ EatWhitespace()

bool Newtonsoft.Json.JsonTextReader.EatWhitespace ( bool oneOrMore)
inlineprivate

Definition at line 663 of file JsonTextReader.cs.

664 {
665 int num;
666 long num3;
667 long num4;
668 do
669 {
670 num = 1;
671 char[] chars = this._chars;
672 int lineNumber = this._lineNumber;
673 this._charPos = num;
674 this._lineStartPos = num;
675 this._isEndOfFile = lineNumber != 0;
676 long num2 = 0L;
677 this.ProcessCarriageReturn(num2 != 0L);
678 int charsUsed = this._charsUsed;
679 num3 = 0L;
680 num4 = 0L;
681 }
682 while (this.ReadData(num3 != 0L, (int)num4) != 0);
683 this._charPos = num;
684 if (num == 0)
685 {
686 }
687 int charPos = this._charPos;
688 this._charPos = charPos;
689 bool flag;
690 return flag;
691 }
class f__AnonymousType0<< Count > j__TPar
void ProcessCarriageReturn(bool append)

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

Referenced by Newtonsoft.Json.JsonTextReader.ParseConstructor(), Newtonsoft.Json.JsonTextReader.ParseProperty(), and Newtonsoft.Json.JsonTextReader.ReadFinished().