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

◆ ParseComment()

bool System.Xml.XmlTextReaderImpl.ParseComment ( )
inlineprivate

Definition at line 2541 of file XmlTextReaderImpl.cs.

2542 {
2543 if (this.ignoreComments)
2544 {
2547 this.ParseCDataOrComment(XmlNodeType.Comment);
2549 }
2550 this.ParseCDataOrComment(XmlNodeType.Comment);
2551 return true;
2552 }
class f__AnonymousType0<< Count > j__TPar
void ParseCDataOrComment(XmlNodeType type)
XmlTextReaderImpl.ParsingMode parsingMode

References System.Xml.XmlTextReaderImpl.ignoreComments, j__TPar, System.Xml.XmlTextReaderImpl.ParseCDataOrComment(), and System.Xml.XmlTextReaderImpl.parsingMode.