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

◆ WritePropertyName() [2/2]

override void Newtonsoft.Json.JsonTextWriter.WritePropertyName ( string name,
bool escape )
inlinevirtual

Reimplemented from Newtonsoft.Json.JsonWriter.

Definition at line 199 of file JsonTextWriter.cs.

200 {
201 long num = 0L;
202 base.InternalWritePropertyName(name);
203 bool quoteName = this._quoteName;
204 this.WriteEscapedString(name, num != 0L);
205 }
class f__AnonymousType0<< Count > j__TPar
void WriteEscapedString(string value, bool quote)

References Newtonsoft.Json.JsonTextWriter._quoteName, j__TPar, System.L, System.name, and Newtonsoft.Json.JsonTextWriter.WriteEscapedString().