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() [1/2]

int System.Xml.XmlTextReaderImpl.ParseQName ( [Out] int colonPos)
inlineprivate

Definition at line 2768 of file XmlTextReaderImpl.cs.

2769 {
2770 long num = 0L;
2771 return this.ParseQName(true, (int)num, colonPos);
2772 }
int ParseQName([Out] int colonPos)

References System.L, and System.Xml.XmlTextReaderImpl.ParseQName().

Referenced by System.Xml.XmlTextReaderImpl.ParseQName().