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

◆ ReadFinished()

void Newtonsoft.Json.JsonTextReader.ReadFinished ( )
inlineprivate

Definition at line 444 of file JsonTextReader.cs.

445 {
446 int charsUsed = this._charsUsed;
447 int lineStartPos = this._lineStartPos;
448 long num = 0L;
449 long num2 = 0L;
450 bool flag = this.ReadChars((int)num, num2 != 0L);
451 long num3 = 0L;
452 bool flag2 = this.EatWhitespace(num3 != 0L);
453 if (!this._isEndOfFile)
454 {
455 char[] chars = this._chars;
456 long num4 = 0L;
457 this.ParseComment(num4 != 0L);
458 }
459 }
class f__AnonymousType0<< Count > j__TPar
bool EatWhitespace(bool oneOrMore)
bool ReadChars(int relativePosition, bool append)
void ParseComment(bool setToken)

References Newtonsoft.Json.JsonTextReader._chars, Newtonsoft.Json.JsonTextReader._charsUsed, Newtonsoft.Json.JsonTextReader._isEndOfFile, Newtonsoft.Json.JsonTextReader._lineStartPos, Newtonsoft.Json.JsonTextReader.EatWhitespace(), j__TPar, System.L, Newtonsoft.Json.JsonTextReader.ParseComment(), and Newtonsoft.Json.JsonTextReader.ReadChars().

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