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

◆ ReadAttributeValue()

override bool System.Xml.XmlTextReaderImpl.ReadAttributeValue ( )
inline

Definition at line 510 of file XmlTextReaderImpl.cs.

511 {
513 int entityId = this.ps.entityId;
514 int num = this.attributeValueBaseEntityId;
515 XmlTextReaderImpl.NodeData nextAttrValueChunk = this.curNode.nextAttrValueChunk;
516 if (nextAttrValueChunk != null)
517 {
519 this.curNode = nextAttrValueChunk;
520 int num2 = this.index;
521 int num3 = this.attrCount;
522 if (nextAttrValueChunk == null)
523 {
524 throw new ArrayTypeMismatchException();
525 }
526 }
527 bool flag;
528 return flag;
529 }
class f__AnonymousType0<< Count > j__TPar
XmlTextReaderImpl.ParsingState ps
XmlTextReaderImpl.NodeData[] nodes
XmlTextReaderImpl.NodeData curNode
XmlTextReaderImpl.ParsingFunction parsingFunction

References System.array, System.Xml.XmlTextReaderImpl.attrCount, System.Xml.XmlTextReaderImpl.attributeValueBaseEntityId, System.Xml.XmlTextReaderImpl.curNode, System.Xml.XmlTextReaderImpl.index, j__TPar, System.Xml.XmlTextReaderImpl.nodes, System.Xml.XmlTextReaderImpl.parsingFunction, and System.Xml.XmlTextReaderImpl.ps.