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

◆ ParseExternalSubset()

void System.Xml.DtdParser.ParseExternalSubset ( )
inlineprivate

Definition at line 288 of file DtdParser.cs.

289 {
290 IDtdParserAdapter dtdParserAdapter = this.readerAdapter;
291 string text = this.systemId;
292 string text2 = this.publicId;
293 }
class f__AnonymousType0<< Count > j__TPar
IDtdParserAdapter readerAdapter

References j__TPar, System.Xml.DtdParser.publicId, System.Xml.DtdParser.readerAdapter, System.Xml.DtdParser.systemId, and System.text.

Referenced by System.Xml.DtdParser.ParseFreeFloatingDtd().