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

◆ WriteStartElement()

override void System.Xml.XmlAutoDetectWriter.WriteStartElement ( string prefix,
string localName,
string ns )
inline

Definition at line 39 of file XmlAutoDetectWriter.cs.

40 {
41 if (this.wrapped == null && ns._stringLength == 0)
42 {
43 bool flag = XmlAutoDetectWriter.IsHtmlTag(localName);
44 return;
45 }
47 }
class f__AnonymousType0<< Count > j__TPar
XmlAutoDetectWriter(XmlWriterSettings writerSettings)

References System.Xml.XmlAutoDetectWriter.IsHtmlTag(), j__TPar, and System.Xml.XmlAutoDetectWriter.wrapped.