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

◆ GetTypeName()

static string Newtonsoft.Json.Utilities.ReflectionUtils.GetTypeName ( Type t,
FormatterAssemblyStyle assemblyFormat,
SerializationBinder binder )
inlinestatic

Definition at line 82 of file ReflectionUtils.cs.

83 {
84 while (t != null)
85 {
86 }
87 string text;
88 return text;
89 }

References System.text.

Referenced by Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.WriteTypeProperty().