terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
HtmlUtf8RawTextWriterIndent.cs
Go to the documentation of this file.
1using System;
2using System.IO;
5
6namespace System.Xml
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000015")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6000065")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1D61B90", Offset = "0x1D61B90", Length = "0x44")]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlWriterSettings), Member = "CreateWriter", MemberParameters = new object[] { typeof(Stream) }, ReturnType = typeof(XmlWriter))]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = ".ctor", MemberParameters = new object[]
16 {
19 }, ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HtmlUtf8RawTextWriter), Member = "Init", MemberParameters = new object[] { typeof(XmlWriterSettings) }, ReturnType = typeof(void))]
22 {
23 throw null;
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x6000066")]
27 [global::Cpp2ILInjected.Address(RVA = "0x1D61BEC", Offset = "0x1D61BEC", Length = "0x1C")]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HtmlUtf8RawTextWriter), Member = "WriteDocType", MemberParameters = new object[]
30 {
31 typeof(string),
32 typeof(string),
33 typeof(string),
34 typeof(string)
35 }, ReturnType = typeof(void))]
36 public override void WriteDocType(string name, string pubid, string sysid, string subset)
37 {
38 throw null;
39 }
40
41 [global::Cpp2ILInjected.Token(Token = "0x6000067")]
42 [global::Cpp2ILInjected.Address(RVA = "0x1D61C08", Offset = "0x1D61C08", Length = "0x160")]
43 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
44 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
45 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ByteStack), Member = "Push", MemberParameters = new object[] { typeof(byte) }, ReturnType = typeof(void))]
46 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HtmlUtf8RawTextWriterIndent), Member = "WriteIndent", ReturnType = typeof(void))]
47 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "RawText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
48 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TernaryTreeReadOnly), Member = "FindCaseInsensitiveString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(byte))]
49 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
50 public override void WriteStartElement(string prefix, string localName, string ns)
51 {
52 throw null;
53 }
54
55 [global::Cpp2ILInjected.Token(Token = "0x6000068")]
56 [global::Cpp2ILInjected.Address(RVA = "0x1D61DB8", Offset = "0x1D61DB8", Length = "0x5C")]
57 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
58 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
59 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HtmlUtf8RawTextWriterIndent), Member = "WriteIndent", ReturnType = typeof(void))]
60 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HtmlUtf8RawTextWriter), Member = "WriteMetaElement", ReturnType = typeof(void))]
61 internal override void StartElementContent()
62 {
63 throw null;
64 }
65
66 [global::Cpp2ILInjected.Token(Token = "0x6000069")]
67 [global::Cpp2ILInjected.Address(RVA = "0x1D61E14", Offset = "0x1D61E14", Length = "0xA0")]
68 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
69 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
70 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HtmlUtf8RawTextWriter), Member = "WriteEndElement", MemberParameters = new object[]
71 {
72 typeof(string),
73 typeof(string),
74 typeof(string)
75 }, ReturnType = typeof(void))]
76 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HtmlUtf8RawTextWriterIndent), Member = "WriteIndent", ReturnType = typeof(void))]
77 internal override void WriteEndElement(string prefix, string localName, string ns)
78 {
79 throw null;
80 }
81
82 [global::Cpp2ILInjected.Token(Token = "0x600006A")]
83 [global::Cpp2ILInjected.Address(RVA = "0x1D61EB4", Offset = "0x1D61EB4", Length = "0x74")]
84 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
85 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "RawText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
86 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HtmlUtf8RawTextWriterIndent), Member = "WriteIndent", ReturnType = typeof(void))]
87 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HtmlUtf8RawTextWriter), Member = "WriteStartAttribute", MemberParameters = new object[]
88 {
89 typeof(string),
90 typeof(string),
91 typeof(string)
92 }, ReturnType = typeof(void))]
93 public override void WriteStartAttribute(string prefix, string localName, string ns)
94 {
95 throw null;
96 }
97
98 [global::Cpp2ILInjected.Token(Token = "0x600006B")]
99 [global::Cpp2ILInjected.Address(RVA = "0x1D61F28", Offset = "0x1D61F28", Length = "0x1C")]
100 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
101 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
102 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "FlushBuffer", ReturnType = typeof(void))]
103 protected override void FlushBuffer()
104 {
105 throw null;
106 }
107
108 [global::Cpp2ILInjected.Token(Token = "0x600006C")]
109 [global::Cpp2ILInjected.Address(RVA = "0x1D61BD4", Offset = "0x1D61BD4", Length = "0x18")]
110 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
111 private void Init(XmlWriterSettings settings)
112 {
113 throw null;
114 }
115
116 [global::Cpp2ILInjected.Token(Token = "0x600006D")]
117 [global::Cpp2ILInjected.Address(RVA = "0x1D61D68", Offset = "0x1D61D68", Length = "0x50")]
118 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
119 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HtmlUtf8RawTextWriterIndent), Member = "WriteStartElement", MemberParameters = new object[]
120 {
121 typeof(string),
122 typeof(string),
123 typeof(string)
124 }, ReturnType = typeof(void))]
125 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HtmlUtf8RawTextWriterIndent), Member = "StartElementContent", ReturnType = typeof(void))]
126 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HtmlUtf8RawTextWriterIndent), Member = "WriteEndElement", MemberParameters = new object[]
127 {
128 typeof(string),
129 typeof(string),
130 typeof(string)
131 }, ReturnType = typeof(void))]
132 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HtmlUtf8RawTextWriterIndent), Member = "WriteStartAttribute", MemberParameters = new object[]
133 {
134 typeof(string),
135 typeof(string),
136 typeof(string)
137 }, ReturnType = typeof(void))]
138 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
139 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "RawText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
140 private void WriteIndent()
141 {
142 throw null;
143 }
144
145 [global::Cpp2ILInjected.Token(Token = "0x4000046")]
146 [global::Cpp2ILInjected.FieldOffset(Offset = "0xB4")]
147 private int indentLevel;
148
149 [global::Cpp2ILInjected.Token(Token = "0x4000047")]
150 [global::Cpp2ILInjected.FieldOffset(Offset = "0xB8")]
151 private int endBlockPos;
152
153 [global::Cpp2ILInjected.Token(Token = "0x4000048")]
154 [global::Cpp2ILInjected.FieldOffset(Offset = "0xC0")]
155 private string indentChars;
156
157 [global::Cpp2ILInjected.Token(Token = "0x4000049")]
158 [global::Cpp2ILInjected.FieldOffset(Offset = "0xC8")]
160 }
161}
class f__AnonymousType0<< Count > j__TPar
HtmlUtf8RawTextWriterIndent(Stream stream, XmlWriterSettings settings)
override void WriteStartElement(string prefix, string localName, string ns)
override void WriteDocType(string name, string pubid, string sysid, string subset)
override void WriteEndElement(string prefix, string localName, string ns)
override void WriteStartAttribute(string prefix, string localName, string ns)
HtmlUtf8RawTextWriter(Stream stream, XmlWriterSettings settings)
XmlUtf8RawTextWriter(XmlWriterSettings settings)