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
ElementWriter.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000011")]
8 internal struct ElementWriter
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x600007E")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1D6CCD0", Offset = "0x1D6CCD0", Length = "0xC")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 public ElementWriter(XmlWriter writer)
14 {
15 throw null;
16 }
17
18 [global::Cpp2ILInjected.Token(Token = "0x600007F")]
19 [global::Cpp2ILInjected.Address(RVA = "0x1D6CCDC", Offset = "0x1D6CCDC", Length = "0x1C0")]
20 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
21 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XElement), Member = "WriteTo", MemberParameters = new object[] { typeof(XmlWriter) }, ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ElementWriter), Member = "PushAncestors", MemberParameters = new object[] { typeof(XElement) }, ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NamespaceResolver), Member = "PopScope", ReturnType = typeof(void))]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ElementWriter), Member = "WriteStartElement", MemberParameters = new object[] { typeof(XElement) }, ReturnType = typeof(void))]
26 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
27 public void WriteElement(XElement e)
28 {
29 throw null;
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x6000080")]
33 [global::Cpp2ILInjected.Address(RVA = "0x1D6D770", Offset = "0x1D6D770", Length = "0xF0")]
34 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ElementWriter), Member = "WriteStartElement", MemberParameters = new object[] { typeof(XElement) }, ReturnType = typeof(void))]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NamespaceResolver), Member = "GetPrefixOfNamespace", MemberParameters = new object[]
38 {
39 typeof(XNamespace),
40 typeof(bool)
41 }, ReturnType = typeof(string))]
42 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
44 {
45 throw null;
46 }
47
48 [global::Cpp2ILInjected.Token(Token = "0x6000081")]
49 [global::Cpp2ILInjected.Address(RVA = "0x1D6D4EC", Offset = "0x1D6D4EC", Length = "0x10C")]
50 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
51 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ElementWriter), Member = "WriteElement", MemberParameters = new object[] { typeof(XElement) }, ReturnType = typeof(void))]
52 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
53 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XAttribute), Member = "get_IsNamespaceDeclaration", ReturnType = typeof(bool))]
54 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XNamespace), Member = "Get", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(XNamespace))]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NamespaceResolver), Member = "AddFirst", MemberParameters = new object[]
56 {
57 typeof(string),
58 typeof(XNamespace)
59 }, ReturnType = typeof(void))]
60 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
61 private void PushAncestors(XElement e)
62 {
63 throw null;
64 }
65
66 [global::Cpp2ILInjected.Token(Token = "0x6000082")]
67 [global::Cpp2ILInjected.Address(RVA = "0x1D6DA14", Offset = "0x1D6DA14", Length = "0xBC")]
68 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
69 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ElementWriter), Member = "WriteStartElement", MemberParameters = new object[] { typeof(XElement) }, ReturnType = typeof(void))]
70 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
71 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XAttribute), Member = "get_IsNamespaceDeclaration", ReturnType = typeof(bool))]
72 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XNamespace), Member = "Get", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(XNamespace))]
73 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NamespaceResolver), Member = "Add", MemberParameters = new object[]
74 {
75 typeof(string),
76 typeof(XNamespace)
77 }, ReturnType = typeof(void))]
78 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
79 private void PushElement(XElement e)
80 {
81 throw null;
82 }
83
84 [global::Cpp2ILInjected.Token(Token = "0x6000083")]
85 [global::Cpp2ILInjected.Address(RVA = "0x1D6D728", Offset = "0x1D6D728", Length = "0x24")]
86 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
87 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
88 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NamespaceResolver), Member = "PopScope", ReturnType = typeof(void))]
89 private void WriteEndElement()
90 {
91 throw null;
92 }
93
94 [global::Cpp2ILInjected.Token(Token = "0x6000084")]
95 [global::Cpp2ILInjected.Address(RVA = "0x1D6D74C", Offset = "0x1D6D74C", Length = "0x24")]
96 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
97 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
98 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NamespaceResolver), Member = "PopScope", ReturnType = typeof(void))]
99 private void WriteFullEndElement()
100 {
101 throw null;
102 }
103
104 [global::Cpp2ILInjected.Token(Token = "0x6000085")]
105 [global::Cpp2ILInjected.Address(RVA = "0x1D6D5F8", Offset = "0x1D6D5F8", Length = "0x130")]
106 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
107 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ElementWriter), Member = "WriteElement", MemberParameters = new object[] { typeof(XElement) }, ReturnType = typeof(void))]
108 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
109 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ElementWriter), Member = "PushElement", MemberParameters = new object[] { typeof(XElement) }, ReturnType = typeof(void))]
110 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ElementWriter), Member = "GetPrefixOfNamespace", MemberParameters = new object[]
111 {
112 typeof(XNamespace),
113 typeof(bool)
114 }, ReturnType = typeof(string))]
115 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
116 {
117 typeof(string),
118 typeof(string)
119 }, ReturnType = typeof(bool))]
120 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlWriter), Member = "WriteAttributeString", MemberParameters = new object[]
121 {
122 typeof(string),
123 typeof(string),
124 typeof(string),
125 typeof(string)
126 }, ReturnType = typeof(void))]
127 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
129 {
130 throw null;
131 }
132
133 [global::Cpp2ILInjected.Token(Token = "0x4000024")]
134 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
136
137 [global::Cpp2ILInjected.Token(Token = "0x4000025")]
138 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
140 }
141}
class f__AnonymousType0<< Count > j__TPar
ElementWriter(XmlWriter writer)
string GetPrefixOfNamespace(XNamespace ns, bool allowDefaultNamespace)
void WriteStartElement(XElement e)