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

◆ WriteDocType()

override void System.Xml.QueryOutputWriter.WriteDocType ( string name,
string pubid,
string sysid,
string subset )
inline

Definition at line 59 of file QueryOutputWriter.cs.

60 {
61 if (this.publicId != null || this.systemId != null)
62 {
63 return;
64 }
66 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.Xml.QueryOutputWriter.publicId, System.Xml.QueryOutputWriter.systemId, and System.Xml.QueryOutputWriter.wrapped.