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

◆ DtdParserProxy_ParseComment()

void System.Xml.XmlTextReaderImpl.DtdParserProxy_ParseComment ( StringBuilder sb)
inlinepackage

Definition at line 953 of file XmlTextReaderImpl.cs.

954 {
955 int num2;
956 if (sb == null)
957 {
959 int num = 1;
960 this.parsingMode = (XmlTextReaderImpl.ParsingMode)num;
961 num2 = 8;
963 return;
964 }
965 int num3 = this.index;
966 int num4 = this.attrCount;
967 XmlTextReaderImpl.NodeData[] array = this.nodes;
969 if (this != null)
970 {
971 return;
972 }
977 }
class f__AnonymousType0<< Count > j__TPar
XmlTextReaderImpl.NodeData AllocNode(int nodeIndex, int nodeDepth)
XmlTextReaderImpl.NodeData[] nodes
XmlTextReaderImpl.NodeData curNode
XmlTextReaderImpl.ParsingMode parsingMode

References System.Xml.XmlTextReaderImpl.AllocNode(), System.array, System.Xml.XmlTextReaderImpl.attrCount, System.Xml.XmlTextReaderImpl.curNode, System.Xml.XmlTextReaderImpl.index, j__TPar, System.Xml.XmlTextReaderImpl.nodes, and System.Xml.XmlTextReaderImpl.parsingMode.

Referenced by System.Xml.XmlTextReaderImpl.DtdParserProxy.ParseComment().