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

◆ ParseQName() [2/2]

int System.Xml.XmlTextReaderImpl.ParseQName ( bool isQName,
int startOffset,
[Out] int colonPos )
inlineprivate

Definition at line 2775 of file XmlTextReaderImpl.cs.

2776 {
2777 int charPos = this.ps.charPos;
2778 XmlCharType xmlCharType = this.xmlCharType;
2780 int charsUsed = this.ps.charsUsed;
2781 int num = this.ReadData();
2782 int charPos2 = this.ps.charPos;
2783 while (num != 0)
2784 {
2785 }
2786 return num;
2787 }
class f__AnonymousType0<< Count > j__TPar
XmlTextReaderImpl.ParsingState ps

References j__TPar, System.Xml.XmlTextReaderImpl.ps, System.Xml.XmlTextReaderImpl.ReadData(), and System.Xml.XmlTextReaderImpl.xmlCharType.