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

◆ ValidateEnd()

void Newtonsoft.Json.JsonReader.ValidateEnd ( JsonToken endToken)
inlineprivateinherited

Definition at line 803 of file JsonReader.cs.

804 {
805 JsonContainerType jsonContainerType = this.Pop();
806 JsonContainerType typeForCloseToken = this.GetTypeForCloseToken(endToken);
807 if (this._currentPosition != null)
808 {
809 return;
810 }
811 bool flag = this.<SupportMultipleContent>k__BackingField;
812 this._currentState = JsonReader.State.Finished;
813 }
class f__AnonymousType0<< Count > j__TPar
JsonContainerType GetTypeForCloseToken(JsonToken token)
bool< CloseInput > k__BackingField
JsonContainerType Pop()
JsonPosition _currentPosition

References Newtonsoft.Json.JsonReader._currentPosition, Newtonsoft.Json.JsonReader.GetTypeForCloseToken(), j__TPar, Newtonsoft.Json.JsonReader.k__BackingField, Newtonsoft.Json.JsonReader.Pop(), and Newtonsoft.Json.JsonReader.SupportMultipleContent.