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
ServiceNameCollection.cs
Go to the documentation of this file.
1using System;
4using System.Net;
7
9{
10 [global::Cpp2ILInjected.Token(Token = "0x20000E6")]
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x600053E")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1ECC7E0", Offset = "0x1ECC7E0", Length = "0x36C")]
16 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ServiceNameStore), Member = "get_ServiceNames", ReturnType = typeof(ServiceNameCollection))]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReadOnlyCollectionBase), Member = ".ctor", ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReadOnlyCollectionBase), Member = "get_InnerList", ReturnType = typeof(ArrayList))]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ServiceNameCollection), Member = "AddIfNew", MemberParameters = new object[]
22 {
24 typeof(string)
25 }, ReturnType = typeof(void))]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
27 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 23)]
29 {
30 throw null;
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x600053F")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1ECCB4C", Offset = "0x1ECCB4C", Length = "0xB4")]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ServiceNameCollection), Member = ".ctor", MemberParameters = new object[] { typeof(ICollection) }, ReturnType = typeof(void))]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IsNullOrEmpty", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ServiceNameCollection), Member = "NormalizeServiceName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
39 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ServiceNameCollection), Member = "Contains", MemberParameters = new object[]
40 {
41 typeof(string),
43 }, ReturnType = typeof(bool))]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "SR", Member = "GetString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
45 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
46 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
47 private static void AddIfNew(ArrayList newServiceNames, string serviceName)
48 {
49 throw null;
50 }
51
52 [global::Cpp2ILInjected.Token(Token = "0x6000540")]
53 [global::Cpp2ILInjected.Address(RVA = "0x1ECCF94", Offset = "0x1ECCF94", Length = "0x32C")]
54 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
55 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ServiceNameCollection), Member = "AddIfNew", MemberParameters = new object[]
56 {
58 typeof(string)
59 }, ReturnType = typeof(void))]
60 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ServiceNameStore), Member = "AddSingleServiceName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
61 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ServiceNameStore), Member = "Remove", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
62 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ServiceNameStore), Member = "Contains", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
63 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
64 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Compare", MemberParameters = new object[]
65 {
66 typeof(string),
67 typeof(string),
69 }, ReturnType = typeof(int))]
70 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 18)]
71 internal static bool Contains(string searchServiceName, ICollection serviceNames)
72 {
73 throw null;
74 }
75
76 [global::Cpp2ILInjected.Token(Token = "0x6000541")]
77 [global::Cpp2ILInjected.Address(RVA = "0x1ECCC00", Offset = "0x1ECCC00", Length = "0x394")]
78 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
79 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ServiceNameCollection), Member = "AddIfNew", MemberParameters = new object[]
80 {
82 typeof(string)
83 }, ReturnType = typeof(void))]
84 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ServiceNameStore), Member = "AddSingleServiceName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
85 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ServiceNameStore), Member = "Remove", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
86 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
87 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IsNullOrWhiteSpace", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
88 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IndexOf", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(int))]
89 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Substring", MemberParameters = new object[]
90 {
91 typeof(int),
92 typeof(int)
93 }, ReturnType = typeof(string))]
94 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Substring", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string))]
95 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Uri), Member = "CheckHostName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(UriHostNameType))]
96 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "LastIndexOf", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(int))]
97 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = "get_InvariantCulture", ReturnType = typeof(CultureInfo))]
98 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ushort), Member = "TryParse", MemberParameters = new object[]
99 {
100 typeof(string),
103 typeof(ref ushort)
104 }, ReturnType = typeof(bool))]
105 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
106 {
107 typeof(string),
108 typeof(string),
109 typeof(string)
110 }, ReturnType = typeof(string))]
111 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Uri), Member = "TryCreate", MemberParameters = new object[]
112 {
113 typeof(string),
115 typeof(ref Uri)
116 }, ReturnType = typeof(bool))]
117 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Uri), Member = "GetComponents", MemberParameters = new object[]
118 {
121 }, ReturnType = typeof(string))]
122 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
123 {
125 typeof(string),
126 typeof(object[])
127 }, ReturnType = typeof(string))]
128 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Compare", MemberParameters = new object[]
129 {
130 typeof(string),
131 typeof(string),
133 }, ReturnType = typeof(int))]
134 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 17)]
135 internal static string NormalizeServiceName(string inputServiceName)
136 {
137 throw null;
138 }
139
140 [global::Cpp2ILInjected.Token(Token = "0x6000542")]
141 [global::Cpp2ILInjected.Address(RVA = "0x1ECD2C0", Offset = "0x1ECD2C0", Length = "0x20")]
142 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
143 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
144 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Compare", MemberParameters = new object[]
145 {
146 typeof(string),
147 typeof(string),
149 }, ReturnType = typeof(int))]
150 internal static bool Match(string serviceName1, string serviceName2)
151 {
152 throw null;
153 }
154 }
155}
class f__AnonymousType0<< Count > j__TPar
static bool Contains(string searchServiceName, ICollection serviceNames)
static void AddIfNew(ArrayList newServiceNames, string serviceName)
static bool Match(string serviceName1, string serviceName2)
UriKind
Definition UriKind.cs:8
UriFormat
Definition UriFormat.cs:8