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

◆ WriteValue() [1/39]

override void Newtonsoft.Json.JsonTextWriter.WriteValue ( bool value)
inlinevirtual

Reimplemented from Newtonsoft.Json.JsonWriter.

Definition at line 414 of file JsonTextWriter.cs.

415 {
416 base.InternalWriteValue(JsonToken.Boolean);
417 if (!true)
418 {
419 }
420 string text = JsonConvert.ToString(true);
421 TextWriter writer = this._writer;
422 }
class f__AnonymousType0<< Count > j__TPar

References Newtonsoft.Json.JsonTextWriter._writer, j__TPar, System.text, and Newtonsoft.Json.JsonConvert.ToString().