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
Logging.cs
Go to the documentation of this file.
1using System;
3using System.IO;
5using System.Text;
8
9namespace System.Net
10{
11 [global::Cpp2ILInjected.Token(Token = "0x2000229")]
12 internal static class Logging
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x170002E6")]
15 internal static bool On
16 {
17 [global::Cpp2ILInjected.Token(Token = "0x6000DE2")]
18 [global::Cpp2ILInjected.Address(RVA = "0x1F3CBB8", Offset = "0x1F3CBB8", Length = "0x8")]
19 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpListenerRequestUriBuilder), Member = "BuildRequestUriUsingCookedPath", ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpListenerRequestUriBuilder), Member = "BuildRequestUriUsingRawPath", ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpListenerRequestUriBuilder), Member = "BuildRequestUriUsingRawPath", MemberParameters = new object[] { typeof(Encoding) }, ReturnType = "System.Net.HttpListenerRequestUriBuilder.ParsingResult")]
22 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpListenerRequestUriBuilder), Member = "AppendUnicodeCodePointValuePercentEncoded", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpListenerRequestUriBuilder), Member = "AddPercentEncodedOctetToRawOctetsList", MemberParameters = new object[]
24 {
26 typeof(string)
27 }, ReturnType = typeof(bool))]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpListenerRequestUriBuilder), Member = "EmptyDecodeAndAppendRawOctetsList", MemberParameters = new object[] { typeof(Encoding) }, ReturnType = typeof(bool))]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpListenerRequestUriBuilder), Member = "LogWarning", MemberParameters = new object[]
30 {
31 typeof(string),
32 typeof(string),
33 typeof(object[])
34 }, ReturnType = typeof(void))]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebRequest), Member = "Create", MemberParameters = new object[]
36 {
37 typeof(Uri),
38 typeof(bool)
39 }, ReturnType = typeof(WebRequest))]
40 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ServiceNameStore), Member = "Add", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
41 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ServiceNameStore), Member = "Remove", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
42 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.TimerThread.TimerNode", Member = "Fire", ReturnType = typeof(bool))]
43 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TimerThread), Member = "ThreadProc", ReturnType = typeof(void))]
44 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebProxyDataBuilder), Member = "ParseProxyUri", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(Uri))]
45 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebProxyDataBuilder), Member = "CreateInvalidProxyStringException", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(FormatException))]
46 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FileWebRequest), Member = "BeginGetRequestStream", MemberParameters = new object[]
47 {
48 typeof(AsyncCallback),
49 typeof(object)
50 }, ReturnType = typeof(IAsyncResult))]
51 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FileWebRequest), Member = "BeginGetResponse", MemberParameters = new object[]
52 {
53 typeof(AsyncCallback),
54 typeof(object)
55 }, ReturnType = typeof(IAsyncResult))]
56 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FileWebRequest), Member = "EndGetRequestStream", MemberParameters = new object[] { typeof(IAsyncResult) }, ReturnType = typeof(Stream))]
57 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FileWebRequest), Member = "EndGetResponse", MemberParameters = new object[] { typeof(IAsyncResult) }, ReturnType = typeof(WebResponse))]
58 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FileWebRequest), Member = "GetRequestStream", ReturnType = typeof(Stream))]
59 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FileWebRequest), Member = "GetResponse", ReturnType = typeof(WebResponse))]
60 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FileWebRequest), Member = "Abort", ReturnType = typeof(void))]
61 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Socket), Member = ".ctor", MemberParameters = new object[]
62 {
66 }, ReturnType = typeof(void))]
67 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TcpClient), Member = ".ctor", ReturnType = typeof(void))]
68 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TcpClient), Member = ".ctor", MemberParameters = new object[] { typeof(AddressFamily) }, ReturnType = typeof(void))]
69 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TcpClient), Member = ".ctor", MemberParameters = new object[] { typeof(Socket) }, ReturnType = typeof(void))]
70 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TcpClient), Member = "Connect", MemberParameters = new object[]
71 {
72 typeof(string),
73 typeof(int)
74 }, ReturnType = typeof(void))]
75 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TcpClient), Member = "Connect", MemberParameters = new object[]
76 {
78 typeof(int)
79 }, ReturnType = typeof(void))]
80 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TcpClient), Member = "Connect", MemberParameters = new object[] { typeof(IPEndPoint) }, ReturnType = typeof(void))]
81 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TcpClient), Member = "BeginConnect", MemberParameters = new object[]
82 {
83 typeof(string),
84 typeof(int),
85 typeof(AsyncCallback),
86 typeof(object)
87 }, ReturnType = typeof(IAsyncResult))]
88 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TcpClient), Member = "EndConnect", MemberParameters = new object[] { typeof(IAsyncResult) }, ReturnType = typeof(void))]
89 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TcpClient), Member = "GetStream", ReturnType = typeof(NetworkStream))]
90 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TcpClient), Member = "Close", ReturnType = typeof(void))]
91 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TcpClient), Member = "Dispose", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
92 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TcpListener), Member = ".ctor", MemberParameters = new object[]
93 {
95 typeof(int)
96 }, ReturnType = typeof(void))]
97 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TcpListener), Member = "Create", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(TcpListener))]
98 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TcpListener), Member = "Start", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
99 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TcpListener), Member = "Stop", ReturnType = typeof(void))]
100 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TcpListener), Member = "AcceptTcpClient", ReturnType = typeof(TcpClient))]
101 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 58)]
102 get
103 {
104 throw null;
105 }
106 }
107
108 [global::Cpp2ILInjected.Token(Token = "0x170002E7")]
109 internal static TraceSource Web
110 {
111 [global::Cpp2ILInjected.Token(Token = "0x6000DE3")]
112 [global::Cpp2ILInjected.Address(RVA = "0x1F3CBC0", Offset = "0x1F3CBC0", Length = "0x8")]
113 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
114 get
115 {
116 throw null;
117 }
118 }
119
120 [global::Cpp2ILInjected.Token(Token = "0x170002E8")]
121 internal static TraceSource HttpListener
122 {
123 [global::Cpp2ILInjected.Token(Token = "0x6000DE4")]
124 [global::Cpp2ILInjected.Address(RVA = "0x1F3CBC8", Offset = "0x1F3CBC8", Length = "0x8")]
125 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
126 get
127 {
128 throw null;
129 }
130 }
131
132 [global::Cpp2ILInjected.Token(Token = "0x170002E9")]
133 internal static TraceSource Sockets
134 {
135 [global::Cpp2ILInjected.Token(Token = "0x6000DE5")]
136 [global::Cpp2ILInjected.Address(RVA = "0x1F3CBD0", Offset = "0x1F3CBD0", Length = "0x8")]
137 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
138 get
139 {
140 throw null;
141 }
142 }
143
144 [Conditional("TRACE")]
145 [global::Cpp2ILInjected.Token(Token = "0x6000DE6")]
146 [global::Cpp2ILInjected.Address(RVA = "0x1F3CBD8", Offset = "0x1F3CBD8", Length = "0x4")]
147 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
148 internal static void Enter(TraceSource traceSource, object obj, string method, object paramObject)
149 {
150 throw null;
151 }
152
153 [Conditional("TRACE")]
154 [global::Cpp2ILInjected.Token(Token = "0x6000DE7")]
155 [global::Cpp2ILInjected.Address(RVA = "0x1F3CBDC", Offset = "0x1F3CBDC", Length = "0x4")]
156 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
157 internal static void Enter(TraceSource traceSource, string msg)
158 {
159 throw null;
160 }
161
162 [Conditional("TRACE")]
163 [global::Cpp2ILInjected.Token(Token = "0x6000DE8")]
164 [global::Cpp2ILInjected.Address(RVA = "0x1F3CBE0", Offset = "0x1F3CBE0", Length = "0x4")]
165 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
166 internal static void Enter(TraceSource traceSource, string msg, string parameters)
167 {
168 throw null;
169 }
170
171 [Conditional("TRACE")]
172 [global::Cpp2ILInjected.Token(Token = "0x6000DE9")]
173 [global::Cpp2ILInjected.Address(RVA = "0x1F3CBE4", Offset = "0x1F3CBE4", Length = "0x4")]
174 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
175 internal static void Exception(TraceSource traceSource, object obj, string method, Exception e)
176 {
177 throw null;
178 }
179
180 [Conditional("TRACE")]
181 [global::Cpp2ILInjected.Token(Token = "0x6000DEA")]
182 [global::Cpp2ILInjected.Address(RVA = "0x1F3CBE8", Offset = "0x1F3CBE8", Length = "0x4")]
183 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
184 internal static void Exit(TraceSource traceSource, object obj, string method, object retObject)
185 {
186 throw null;
187 }
188
189 [Conditional("TRACE")]
190 [global::Cpp2ILInjected.Token(Token = "0x6000DEB")]
191 [global::Cpp2ILInjected.Address(RVA = "0x1F3CBEC", Offset = "0x1F3CBEC", Length = "0x4")]
192 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
193 internal static void Exit(TraceSource traceSource, string msg)
194 {
195 throw null;
196 }
197
198 [Conditional("TRACE")]
199 [global::Cpp2ILInjected.Token(Token = "0x6000DEC")]
200 [global::Cpp2ILInjected.Address(RVA = "0x1F3CBF0", Offset = "0x1F3CBF0", Length = "0x4")]
201 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
202 internal static void Exit(TraceSource traceSource, string msg, string parameters)
203 {
204 throw null;
205 }
206
207 [Conditional("TRACE")]
208 [global::Cpp2ILInjected.Token(Token = "0x6000DED")]
209 [global::Cpp2ILInjected.Address(RVA = "0x1F3CBF4", Offset = "0x1F3CBF4", Length = "0x4")]
210 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
211 internal static void PrintInfo(TraceSource traceSource, object obj, string method, string msg)
212 {
213 throw null;
214 }
215
216 [Conditional("TRACE")]
217 [global::Cpp2ILInjected.Token(Token = "0x6000DEE")]
218 [global::Cpp2ILInjected.Address(RVA = "0x1F3CBF8", Offset = "0x1F3CBF8", Length = "0x4")]
219 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
220 internal static void PrintInfo(TraceSource traceSource, object obj, string msg)
221 {
222 throw null;
223 }
224
225 [Conditional("TRACE")]
226 [global::Cpp2ILInjected.Token(Token = "0x6000DEF")]
227 [global::Cpp2ILInjected.Address(RVA = "0x1F3CBFC", Offset = "0x1F3CBFC", Length = "0x4")]
228 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
229 internal static void PrintInfo(TraceSource traceSource, string msg)
230 {
231 throw null;
232 }
233
234 [Conditional("TRACE")]
235 [global::Cpp2ILInjected.Token(Token = "0x6000DF0")]
236 [global::Cpp2ILInjected.Address(RVA = "0x1F3CC00", Offset = "0x1F3CC00", Length = "0x4")]
237 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
238 internal static void PrintWarning(TraceSource traceSource, object obj, string method, string msg)
239 {
240 throw null;
241 }
242
243 [Conditional("TRACE")]
244 [global::Cpp2ILInjected.Token(Token = "0x6000DF1")]
245 [global::Cpp2ILInjected.Address(RVA = "0x1F3CC04", Offset = "0x1F3CC04", Length = "0x4")]
246 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
247 internal static void PrintWarning(TraceSource traceSource, string msg)
248 {
249 throw null;
250 }
251
252 [Conditional("TRACE")]
253 [global::Cpp2ILInjected.Token(Token = "0x6000DF2")]
254 [global::Cpp2ILInjected.Address(RVA = "0x1F3CC08", Offset = "0x1F3CC08", Length = "0x4")]
255 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
256 internal static void PrintError(TraceSource traceSource, string msg)
257 {
258 throw null;
259 }
260 }
261}
class f__AnonymousType0<< Count > j__TPar
static TraceSource Web
Definition Logging.cs:110
static void Exception(TraceSource traceSource, object obj, string method, Exception e)
Definition Logging.cs:175
static void Enter(TraceSource traceSource, string msg, string parameters)
Definition Logging.cs:166
static void PrintInfo(TraceSource traceSource, object obj, string method, string msg)
Definition Logging.cs:211
static void Enter(TraceSource traceSource, object obj, string method, object paramObject)
Definition Logging.cs:148
static void PrintInfo(TraceSource traceSource, object obj, string msg)
Definition Logging.cs:220
static void PrintWarning(TraceSource traceSource, object obj, string method, string msg)
Definition Logging.cs:238
static bool On
Definition Logging.cs:16
static void Exit(TraceSource traceSource, string msg, string parameters)
Definition Logging.cs:202
static void Exit(TraceSource traceSource, string msg)
Definition Logging.cs:193
static void Exit(TraceSource traceSource, object obj, string method, object retObject)
Definition Logging.cs:184
static void PrintInfo(TraceSource traceSource, string msg)
Definition Logging.cs:229
static void PrintWarning(TraceSource traceSource, string msg)
Definition Logging.cs:247
static void Enter(TraceSource traceSource, string msg)
Definition Logging.cs:157
static void PrintError(TraceSource traceSource, string msg)
Definition Logging.cs:256