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

◆ AllocNode()

XmlTextReaderImpl.NodeData System.Xml.XmlTextReaderImpl.AllocNode ( int nodeIndex,
int nodeDepth )
inlineprivate

Definition at line 2855 of file XmlTextReaderImpl.cs.

2856 {
2857 string localName = this.nodes.localName;
2859 string localName2 = array.localName;
2860 if (array.prefix == null)
2861 {
2863 }
2864 throw new ArrayTypeMismatchException();
2865 }
class f__AnonymousType0<< Count > j__TPar
XmlTextReaderImpl.NodeData[] nodes

References System.array, j__TPar, and System.Xml.XmlTextReaderImpl.nodes.

Referenced by System.Xml.XmlTextReaderImpl.AddAttributeNoChecks(), and System.Xml.XmlTextReaderImpl.DtdParserProxy_ParseComment().