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

◆ CheckPropertyName()

bool Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CheckPropertyName ( JsonReader reader,
string memberName )
inlineprivate

Definition at line 1096 of file JsonSerializerInternalReader.cs.

1097 {
1098 JsonSerializer serializer = this.Serializer;
1099 bool flag = memberName == "$id";
1100 bool flag2 = memberName == "$ref";
1101 bool flag3 = memberName == "$type";
1102 bool flag4 = memberName == "$values";
1103 reader.Skip();
1104 return true;
1105 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, Newtonsoft.Json.Serialization.JsonSerializerInternalBase.Serializer, and Newtonsoft.Json.JsonReader.Skip().