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

◆ AddAttribute()

static void Newtonsoft.Json.Converters.XmlNodeConverter.AddAttribute ( JsonReader reader,
IXmlDocument document,
IXmlNode currentNode,
string attributeName,
XmlNamespaceManager manager,
string attributePrefix )
inlinestaticprivate

Definition at line 168 of file XmlNodeConverter.cs.

169 {
170 if (!true)
171 {
172 }
173 string text = XmlConvert.EncodeName(attributeName);
174 bool flag = string.IsNullOrEmpty(attributePrefix);
175 }
class f__AnonymousType0<< Count > j__TPar
static string EncodeName(string name)
Definition XmlConvert.cs:14

References System.Xml.XmlConvert.EncodeName(), j__TPar, and System.text.

Referenced by Newtonsoft.Json.Converters.XmlNodeConverter.ReadElement().