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

◆ ParseCDataOrComment() [1/2]

void System.Xml.XmlTextReaderImpl.ParseCDataOrComment ( XmlNodeType type)
inlineprivate

Definition at line 2561 of file XmlTextReaderImpl.cs.

2562 {
2563 if (this.parsingMode != XmlTextReaderImpl.ParsingMode.Full)
2564 {
2565 return;
2566 }
2568 int lineNo = this.ps.lineNo;
2569 long num = 0L;
2570 int num2;
2571 nodeData.SetLineInfo(lineNo, num2);
2572 bool flag = this.ParseCDataOrComment(type, num2, (int)num);
2575 }
class f__AnonymousType0<< Count > j__TPar
void ParseCDataOrComment(XmlNodeType type)
XmlTextReaderImpl.ParsingState ps
XmlTextReaderImpl.NodeData curNode
XmlTextReaderImpl.ParsingMode parsingMode

References System.Xml.XmlTextReaderImpl.curNode, j__TPar, System.L, System.Xml.XmlTextReaderImpl.ParseCDataOrComment(), System.Xml.XmlTextReaderImpl.parsingMode, and System.Xml.XmlTextReaderImpl.ps.

Referenced by System.Xml.XmlTextReaderImpl.ParseCData(), System.Xml.XmlTextReaderImpl.ParseCDataOrComment(), and System.Xml.XmlTextReaderImpl.ParseComment().