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

◆ InternalWriteWhitespace()

void Newtonsoft.Json.JsonWriter.InternalWriteWhitespace ( string ws)
inlinepackageinherited

Definition at line 928 of file JsonWriter.cs.

929 {
930 if (ws != null)
931 {
932 bool flag = StringUtils.IsWhiteSpace(ws);
933 }
934 }
class f__AnonymousType0<< Count > j__TPar
static bool IsWhiteSpace(string s)

References Newtonsoft.Json.Utilities.StringUtils.IsWhiteSpace(), and j__TPar.

Referenced by Newtonsoft.Json.JsonWriter.WriteWhitespace(), and Newtonsoft.Json.Serialization.TraceJsonWriter.WriteWhitespace().