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
DomNameTable.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Xml
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000061")]
9 internal class DomNameTable
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x600045F")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1D8ADE0", Offset = "0x1D8ADE0", Length = "0x80")]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlDocument), Member = ".ctor", MemberParameters = new object[] { typeof(XmlImplementation) }, ReturnType = typeof(void))]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
18 {
19 throw null;
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x6000460")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1D8AE6C", Offset = "0x1D8AE6C", Length = "0x138")]
24 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
25 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlDocument), Member = "GetXmlName", MemberParameters = new object[]
26 {
27 typeof(string),
28 typeof(string),
29 typeof(string),
31 }, ReturnType = typeof(XmlName))]
32 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlDocument), Member = "GetIDInfoByElement_", MemberParameters = new object[] { typeof(XmlName) }, ReturnType = typeof(XmlName))]
33 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlName), Member = "GetHashCode", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
35 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Equals", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
36 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
37 public XmlName GetName(string prefix, string localName, string ns, IXmlSchemaInfo schemaInfo)
38 {
39 throw null;
40 }
41
42 [global::Cpp2ILInjected.Token(Token = "0x6000461")]
43 [global::Cpp2ILInjected.Address(RVA = "0x1D8AFA4", Offset = "0x1D8AFA4", Length = "0x20C")]
44 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
45 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlDocument), Member = "AddXmlName", MemberParameters = new object[]
46 {
47 typeof(string),
48 typeof(string),
49 typeof(string),
51 }, ReturnType = typeof(XmlName))]
52 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlDocument), Member = "AddAttrXmlName", MemberParameters = new object[]
53 {
54 typeof(string),
55 typeof(string),
56 typeof(string),
58 }, ReturnType = typeof(XmlName))]
59 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlDocument), Member = "CreateElement", MemberParameters = new object[]
60 {
61 typeof(string),
62 typeof(string),
63 typeof(string)
64 }, ReturnType = typeof(XmlElement))]
65 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
66 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlName), Member = "GetHashCode", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
67 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Equals", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
68 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlName), Member = "Create", MemberParameters = new object[]
69 {
70 typeof(string),
71 typeof(string),
72 typeof(string),
73 typeof(int),
77 }, ReturnType = typeof(XmlName))]
78 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DomNameTable), Member = "Grow", ReturnType = typeof(void))]
79 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
80 public XmlName AddName(string prefix, string localName, string ns, IXmlSchemaInfo schemaInfo)
81 {
82 throw null;
83 }
84
85 [global::Cpp2ILInjected.Token(Token = "0x6000462")]
86 [global::Cpp2ILInjected.Address(RVA = "0x1D8B1B0", Offset = "0x1D8B1B0", Length = "0xF0")]
87 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
88 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DomNameTable), Member = "AddName", MemberParameters = new object[]
89 {
90 typeof(string),
91 typeof(string),
92 typeof(string),
94 }, ReturnType = typeof(XmlName))]
95 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
96 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
97 private void Grow()
98 {
99 throw null;
100 }
101
102 [global::Cpp2ILInjected.Token(Token = "0x4000288")]
103 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
104 private XmlName[] entries;
105
106 [global::Cpp2ILInjected.Token(Token = "0x4000289")]
107 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
108 private int count;
109
110 [global::Cpp2ILInjected.Token(Token = "0x400028A")]
111 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
112 private int mask;
113
114 [global::Cpp2ILInjected.Token(Token = "0x400028B")]
115 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
117
118 [global::Cpp2ILInjected.Token(Token = "0x400028C")]
119 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
121 }
122}
class f__AnonymousType0<< Count > j__TPar
DomNameTable(XmlDocument document)
XmlName GetName(string prefix, string localName, string ns, IXmlSchemaInfo schemaInfo)
XmlName AddName(string prefix, string localName, string ns, IXmlSchemaInfo schemaInfo)