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
NamespaceResolver.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Xml.Linq
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000012")]
8 internal struct NamespaceResolver
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6000086")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1D6DAD0", Offset = "0x1D6DAD0", Length = "0x10")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 public void PushScope()
14 {
15 throw null;
16 }
17
18 [global::Cpp2ILInjected.Token(Token = "0x6000087")]
19 [global::Cpp2ILInjected.Address(RVA = "0x1D6DB74", Offset = "0x1D6DB74", Length = "0x60")]
20 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
21 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ElementWriter), Member = "WriteElement", MemberParameters = new object[] { typeof(XElement) }, ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ElementWriter), Member = "WriteEndElement", ReturnType = typeof(void))]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ElementWriter), Member = "WriteFullEndElement", ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
25 public void PopScope()
26 {
27 throw null;
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x6000088")]
31 [global::Cpp2ILInjected.Address(RVA = "0x1D6DAE0", Offset = "0x1D6DAE0", Length = "0x94")]
32 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ElementWriter), Member = "PushElement", MemberParameters = new object[] { typeof(XElement) }, ReturnType = typeof(void))]
33 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
35 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
36 public void Add(string prefix, XNamespace ns)
37 {
38 throw null;
39 }
40
41 [global::Cpp2ILInjected.Token(Token = "0x6000089")]
42 [global::Cpp2ILInjected.Address(RVA = "0x1D6D984", Offset = "0x1D6D984", Length = "0x90")]
43 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ElementWriter), Member = "PushAncestors", MemberParameters = new object[] { typeof(XElement) }, ReturnType = typeof(void))]
44 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
45 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
46 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
47 public void AddFirst(string prefix, XNamespace ns)
48 {
49 throw null;
50 }
51
52 [global::Cpp2ILInjected.Token(Token = "0x600008A")]
53 [global::Cpp2ILInjected.Address(RVA = "0x1D6D860", Offset = "0x1D6D860", Length = "0xC4")]
54 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
55 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ElementWriter), Member = "GetPrefixOfNamespace", MemberParameters = new object[]
56 {
58 typeof(bool)
59 }, ReturnType = typeof(string))]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Inequality", MemberParameters = new object[]
62 {
63 typeof(string),
64 typeof(string)
65 }, ReturnType = typeof(bool))]
67 {
68 throw null;
69 }
70
71 [global::Cpp2ILInjected.Token(Token = "0x4000026")]
72 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
73 private int _scope;
74
75 [global::Cpp2ILInjected.Token(Token = "0x4000027")]
76 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
78
79 [global::Cpp2ILInjected.Token(Token = "0x4000028")]
80 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
82
83 [global::Cpp2ILInjected.Token(Token = "0x2000013")]
85 {
86 [global::Cpp2ILInjected.Token(Token = "0x600008B")]
87 [global::Cpp2ILInjected.Address(RVA = "0x1D6DBD4", Offset = "0x1D6DBD4", Length = "0x8")]
88 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
89 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
91 {
92 throw null;
93 }
94
95 [global::Cpp2ILInjected.Token(Token = "0x4000029")]
96 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
97 public string prefix;
98
99 [global::Cpp2ILInjected.Token(Token = "0x400002A")]
100 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
102
103 [global::Cpp2ILInjected.Token(Token = "0x400002B")]
104 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
105 public int scope;
106
107 [global::Cpp2ILInjected.Token(Token = "0x400002C")]
108 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
110 }
111 }
112}
class f__AnonymousType0<< Count > j__TPar
string GetPrefixOfNamespace(XNamespace ns, bool allowDefaultNamespace)
NamespaceResolver.NamespaceDeclaration _rover
NamespaceResolver.NamespaceDeclaration _declaration
void AddFirst(string prefix, XNamespace ns)
void Add(string prefix, XNamespace ns)