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
HtmlEncodedRawTextWriterIndent.cs
Go to the documentation of this file.
1using System;
2using System.IO;
5
6namespace System.Xml
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000012")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6000043")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1D60340", Offset = "0x1D60340", Length = "0x40")]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlWriterSettings), Member = "CreateWriter", MemberParameters = new object[] { typeof(TextWriter) }, ReturnType = typeof(XmlWriter))]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = ".ctor", MemberParameters = new object[]
16 {
19 }, ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HtmlEncodedRawTextWriter), Member = "Init", MemberParameters = new object[] { typeof(XmlWriterSettings) }, ReturnType = typeof(void))]
22 {
23 throw null;
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x6000044")]
27 [global::Cpp2ILInjected.Address(RVA = "0x1D60398", Offset = "0x1D60398", Length = "0x40")]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlWriterSettings), Member = "CreateWriter", MemberParameters = new object[] { typeof(Stream) }, ReturnType = typeof(XmlWriter))]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = ".ctor", MemberParameters = new object[]
31 {
33 typeof(XmlWriterSettings)
34 }, ReturnType = typeof(void))]
35 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HtmlEncodedRawTextWriter), Member = "Init", MemberParameters = new object[] { typeof(XmlWriterSettings) }, ReturnType = typeof(void))]
37 {
38 throw null;
39 }
40
41 [global::Cpp2ILInjected.Token(Token = "0x6000045")]
42 [global::Cpp2ILInjected.Address(RVA = "0x1D603D8", Offset = "0x1D603D8", Length = "0x1C")]
43 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HtmlEncodedRawTextWriter), Member = "WriteDocType", MemberParameters = new object[]
45 {
46 typeof(string),
47 typeof(string),
48 typeof(string),
49 typeof(string)
50 }, ReturnType = typeof(void))]
51 public override void WriteDocType(string name, string pubid, string sysid, string subset)
52 {
53 throw null;
54 }
55
56 [global::Cpp2ILInjected.Token(Token = "0x6000046")]
57 [global::Cpp2ILInjected.Address(RVA = "0x1D603F4", Offset = "0x1D603F4", Length = "0x170")]
58 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
59 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
60 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "ChangeTextContentMark", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ByteStack), Member = "Push", MemberParameters = new object[] { typeof(byte) }, ReturnType = typeof(void))]
62 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HtmlEncodedRawTextWriterIndent), Member = "WriteIndent", ReturnType = typeof(void))]
63 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "RawText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
64 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TernaryTreeReadOnly), Member = "FindCaseInsensitiveString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(byte))]
65 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
66 public override void WriteStartElement(string prefix, string localName, string ns)
67 {
68 throw null;
69 }
70
71 [global::Cpp2ILInjected.Token(Token = "0x6000047")]
72 [global::Cpp2ILInjected.Address(RVA = "0x1D605AC", Offset = "0x1D605AC", Length = "0x58")]
73 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
74 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
75 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HtmlEncodedRawTextWriterIndent), Member = "WriteIndent", ReturnType = typeof(void))]
76 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HtmlEncodedRawTextWriter), Member = "WriteMetaElement", ReturnType = typeof(void))]
77 internal override void StartElementContent()
78 {
79 throw null;
80 }
81
82 [global::Cpp2ILInjected.Token(Token = "0x6000048")]
83 [global::Cpp2ILInjected.Address(RVA = "0x1D60604", Offset = "0x1D60604", Length = "0xA0")]
84 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
85 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
86 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HtmlEncodedRawTextWriter), Member = "WriteEndElement", MemberParameters = new object[]
87 {
88 typeof(string),
89 typeof(string),
90 typeof(string)
91 }, ReturnType = typeof(void))]
92 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HtmlEncodedRawTextWriterIndent), Member = "WriteIndent", ReturnType = typeof(void))]
93 internal override void WriteEndElement(string prefix, string localName, string ns)
94 {
95 throw null;
96 }
97
98 [global::Cpp2ILInjected.Token(Token = "0x6000049")]
99 [global::Cpp2ILInjected.Address(RVA = "0x1D606A4", Offset = "0x1D606A4", Length = "0x70")]
100 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
101 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "RawText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
102 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HtmlEncodedRawTextWriterIndent), Member = "WriteIndent", ReturnType = typeof(void))]
103 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HtmlEncodedRawTextWriter), Member = "WriteStartAttribute", MemberParameters = new object[]
104 {
105 typeof(string),
106 typeof(string),
107 typeof(string)
108 }, ReturnType = typeof(void))]
109 public override void WriteStartAttribute(string prefix, string localName, string ns)
110 {
111 throw null;
112 }
113
114 [global::Cpp2ILInjected.Token(Token = "0x600004A")]
115 [global::Cpp2ILInjected.Address(RVA = "0x1D60714", Offset = "0x1D60714", Length = "0x18")]
116 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
117 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
118 protected override void FlushBuffer()
119 {
120 throw null;
121 }
122
123 [global::Cpp2ILInjected.Token(Token = "0x600004B")]
124 [global::Cpp2ILInjected.Address(RVA = "0x1D60380", Offset = "0x1D60380", Length = "0x18")]
125 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
126 private void Init(XmlWriterSettings settings)
127 {
128 throw null;
129 }
130
131 [global::Cpp2ILInjected.Token(Token = "0x600004C")]
132 [global::Cpp2ILInjected.Address(RVA = "0x1D60564", Offset = "0x1D60564", Length = "0x48")]
133 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
134 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HtmlEncodedRawTextWriterIndent), Member = "WriteStartElement", MemberParameters = new object[]
135 {
136 typeof(string),
137 typeof(string),
138 typeof(string)
139 }, ReturnType = typeof(void))]
140 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HtmlEncodedRawTextWriterIndent), Member = "StartElementContent", ReturnType = typeof(void))]
141 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HtmlEncodedRawTextWriterIndent), Member = "WriteEndElement", MemberParameters = new object[]
142 {
143 typeof(string),
144 typeof(string),
145 typeof(string)
146 }, ReturnType = typeof(void))]
147 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HtmlEncodedRawTextWriterIndent), Member = "WriteStartAttribute", MemberParameters = new object[]
148 {
149 typeof(string),
150 typeof(string),
151 typeof(string)
152 }, ReturnType = typeof(void))]
153 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
154 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "RawText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
155 private void WriteIndent()
156 {
157 throw null;
158 }
159
160 [global::Cpp2ILInjected.Token(Token = "0x4000037")]
161 [global::Cpp2ILInjected.FieldOffset(Offset = "0xE4")]
162 private int indentLevel;
163
164 [global::Cpp2ILInjected.Token(Token = "0x4000038")]
165 [global::Cpp2ILInjected.FieldOffset(Offset = "0xE8")]
166 private int endBlockPos;
167
168 [global::Cpp2ILInjected.Token(Token = "0x4000039")]
169 [global::Cpp2ILInjected.FieldOffset(Offset = "0xF0")]
170 private string indentChars;
171
172 [global::Cpp2ILInjected.Token(Token = "0x400003A")]
173 [global::Cpp2ILInjected.FieldOffset(Offset = "0xF8")]
175 }
176}
class f__AnonymousType0<< Count > j__TPar
override void WriteStartElement(string prefix, string localName, string ns)
override void WriteStartAttribute(string prefix, string localName, string ns)
override void WriteEndElement(string prefix, string localName, string ns)
HtmlEncodedRawTextWriterIndent(Stream stream, XmlWriterSettings settings)
override void WriteDocType(string name, string pubid, string sysid, string subset)
HtmlEncodedRawTextWriterIndent(TextWriter writer, XmlWriterSettings settings)
HtmlEncodedRawTextWriter(TextWriter writer, XmlWriterSettings settings)
XmlEncodedRawTextWriter(XmlWriterSettings settings)