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

◆ JsonTextWriter()

Newtonsoft.Json.JsonTextWriter.JsonTextWriter ( TextWriter textWriter)
inline

Definition at line 121 of file JsonTextWriter.cs.

122 {
123 do
124 {
125 if (!true)
126 {
127 }
128 base..ctor();
129 }
130 while (textWriter == null);
131 this._writer = textWriter;
132 this._quoteChar = '"';
133 this._quoteName = true;
134 this._indentChar = ' ';
137 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and Newtonsoft.Json.JsonTextWriter.UpdateCharEscapeFlags().