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

◆ LineNumber

int Newtonsoft.Json.JsonTextReader.LineNumber
get

Implements Newtonsoft.Json.IJsonLineInfo.

Definition at line 948 of file JsonTextReader.cs.

949 {
950 get
951 {
952 if (this._currentState == JsonReader.State.Start)
953 {
954 int charPos = this._charPos;
955 int lineNumber = this._lineNumber;
956 }
957 return this._lineNumber;
958 }
959 }
JsonReader.State _currentState