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

◆ ParseFragmentAttribute()

bool System.Xml.XmlTextReaderImpl.ParseFragmentAttribute ( )
inlineprivate

Definition at line 3227 of file XmlTextReaderImpl.cs.

3228 {
3230 if (nodeData.type != XmlNodeType.None)
3231 {
3233 }
3234 nodeData.type = XmlNodeType.Attribute;
3235 int charPos = this.ps.charPos;
3237 return true;
3238 }
class f__AnonymousType0<< Count > j__TPar
XmlTextReaderImpl.ParsingState ps
XmlTextReaderImpl.NodeData curNode

References System.Xml.XmlTextReaderImpl.curNode, j__TPar, System.Xml.XmlTextReaderImpl.ps, and System.Xml.XmlTextReaderImpl.NodeData.type.