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

◆ ParseElement()

void System.Xml.XmlTextReaderImpl.ParseElement ( )
inlineprivate

Definition at line 2024 of file XmlTextReaderImpl.cs.

2025 {
2027 int entityId = this.ps.entityId;
2028 Decoder decoder = this.ps.decoder;
2029 if (!this.supportNamespaces)
2030 {
2031 return;
2032 }
2033 int num = 58;
2034 long num2 = 0L;
2035 string[] array = XmlException.BuildCharExceptionArgs((char)num, (char)num2);
2036 int num3;
2037 this.Throw(num3, "The '{0}' character, hexadecimal value {1}, cannot be included in a name.", array);
2038 int charsUsed = this.ps.charsUsed;
2039 }
class f__AnonymousType0<< Count > j__TPar
XmlTextReaderImpl.ParsingState ps
void Throw(int pos, string res, string arg)

References System.array, System.Xml.XmlException.BuildCharExceptionArgs(), j__TPar, System.L, System.Xml.XmlTextReaderImpl.ps, System.Xml.XmlTextReaderImpl.supportNamespaces, and System.Xml.XmlTextReaderImpl.Throw().