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.HtmlUtf8RawTextWriter.WriteDocType ( string name,
string pubid,
string sysid,
string subset )
inline

Definition at line 29 of file HtmlUtf8RawTextWriter.cs.

30 {
31 base.RawText("<!DOCTYPE ");
32 if (pubid != null)
33 {
34 base.RawText(" PUBLIC \"");
35 base.RawText(pubid);
36 if (sysid != null)
37 {
38 return;
39 }
40 }
41 else
42 {
43 if (sysid == null)
44 {
45 return;
46 }
47 base.RawText(" SYSTEM \"");
48 base.RawText(sysid);
49 }
50 byte[] bufBytes = this.bufBytes;
51 if (subset != null)
52 {
53 byte[] bufBytes2 = this.bufBytes;
54 base.RawText(subset);
55 byte[] bufBytes3 = this.bufBytes;
56 }
57 byte[] bufBytes4 = this.bufBytes;
58 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.XmlUtf8RawTextWriter.bufBytes, and j__TPar.