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
EventSource.cs
Go to the documentation of this file.
1using System;
4using System.IO;
8
10{
11 [global::Cpp2ILInjected.Token(Token = "0x20005DA")]
12 public class EventSource : global::System.IDisposable
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6002D80")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1C06408", Offset = "0x1C06408", Length = "0x34")]
16 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Concurrent.CDSCollectionETWBCLProvider), Member = ".ctor", ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Concurrent.CDSCollectionETWBCLProvider), Member = ".cctor", ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetEventSource", Member = ".ctor", ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetEventSource", Member = ".cctor", ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(global::System.Type))]
24 protected EventSource()
25 {
26 throw null;
27 }
28
29 [global::Cpp2ILInjected.Token(Token = "0x6002D81")]
30 [global::Cpp2ILInjected.Address(RVA = "0x1C0643C", Offset = "0x1C0643C", Length = "0x28")]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
34 {
35 throw null;
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x6002D82")]
39 [global::Cpp2ILInjected.Address(RVA = "0x1C06464", Offset = "0x1C06464", Length = "0x28")]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
42 internal EventSource(global::System.Guid eventSourceGuid, string eventSourceName)
43 {
44 throw null;
45 }
46
47 [global::Cpp2ILInjected.Token(Token = "0x6002D83")]
48 [global::Cpp2ILInjected.Address(RVA = "0x1C0648C", Offset = "0x1C0648C", Length = "0xA0")]
49 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
50 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
51 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "Finalize", ReturnType = typeof(void))]
52 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
53 protected override void Finalize()
54 {
55 throw null;
56 }
57
58 [global::Cpp2ILInjected.Token(Token = "0x170006ED")]
59 private string Name
60 {
61 [global::System.Runtime.CompilerServices.CompilerGenerated]
62 [global::Cpp2ILInjected.Token(Token = "0x6002D84")]
63 [global::Cpp2ILInjected.Address(RVA = "0x1C0652C", Offset = "0x1C0652C", Length = "0x8")]
64 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
65 set
66 {
67 throw null;
68 }
69 }
70
71 [global::Cpp2ILInjected.Token(Token = "0x6002D85")]
72 [global::Cpp2ILInjected.Address(RVA = "0x1C06534", Offset = "0x1C06534", Length = "0x8")]
73 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Concurrent.ConcurrentDictionary<, >), Member = "AcquireAllLocks", MemberParameters = new object[] { typeof(ref int) }, ReturnType = typeof(void))]
74 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1.LockedStack", Member = "Trim", MemberParameters = new object[]
75 {
76 typeof(uint),
77 typeof(int),
78 "MemoryPressure<T>",
79 typeof(int)
80 }, ReturnType = typeof(void))]
81 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Buffers.TlsOverPerCoreLockedStacksArrayPool<>), Member = "Rent", MemberParameters = new object[] { typeof(int) }, ReturnType = "T[]")]
82 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Buffers.TlsOverPerCoreLockedStacksArrayPool<>), Member = "Return", MemberParameters = new object[]
83 {
84 "T[]",
85 typeof(bool)
86 }, ReturnType = typeof(void))]
87 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Buffers.TlsOverPerCoreLockedStacksArrayPool<>), Member = "Trim", ReturnType = typeof(bool))]
88 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetEventSource", Member = "get_IsEnabled", ReturnType = typeof(bool))]
89 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetEventSource", Member = "WriteEvent", MemberParameters = new object[]
90 {
91 typeof(int),
92 typeof(string),
93 typeof(string),
94 typeof(string),
95 typeof(string)
96 }, ReturnType = typeof(void))]
97 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetEventSource", Member = "WriteEvent", MemberParameters = new object[]
98 {
99 typeof(int),
100 typeof(string),
101 typeof(string),
102 "System.Byte[]"
103 }, ReturnType = typeof(void))]
104 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetEventSource", Member = "WriteEvent", MemberParameters = new object[]
105 {
106 typeof(int),
107 typeof(string),
108 typeof(int),
109 typeof(int),
110 typeof(int)
111 }, ReturnType = typeof(void))]
112 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetEventSource", Member = "WriteEvent", MemberParameters = new object[]
113 {
114 typeof(int),
115 typeof(string),
116 typeof(int),
117 typeof(string)
118 }, ReturnType = typeof(void))]
119 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetEventSource", Member = "WriteEvent", MemberParameters = new object[]
120 {
121 typeof(int),
122 typeof(string),
123 typeof(string),
124 typeof(int)
125 }, ReturnType = typeof(void))]
126 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetEventSource", Member = "WriteEvent", MemberParameters = new object[]
127 {
128 typeof(int),
129 typeof(string),
130 typeof(string),
131 typeof(string),
132 typeof(int)
133 }, ReturnType = typeof(void))]
134 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.CommandStream", Member = "ContinueCommandPipeline", ReturnType = typeof(global::System.IO.Stream))]
135 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 15)]
136 public bool IsEnabled()
137 {
138 throw null;
139 }
140
141 [global::Cpp2ILInjected.Token(Token = "0x6002D86")]
142 [global::Cpp2ILInjected.Address(RVA = "0x1C0653C", Offset = "0x1C0653C", Length = "0x8")]
143 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
144 public bool IsEnabled(EventLevel level, EventKeywords keywords)
145 {
146 throw null;
147 }
148
149 [global::Cpp2ILInjected.Token(Token = "0x6002D87")]
150 [global::Cpp2ILInjected.Address(RVA = "0x1C06544", Offset = "0x1C06544", Length = "0x6C")]
151 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
152 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
153 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.GC), Member = "SuppressFinalize", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
154 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
155 public void Dispose()
156 {
157 throw null;
158 }
159
160 [global::Cpp2ILInjected.Token(Token = "0x6002D88")]
161 [global::Cpp2ILInjected.Address(RVA = "0x1C065B0", Offset = "0x1C065B0", Length = "0x4")]
162 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
163 protected virtual void Dispose(bool disposing)
164 {
165 throw null;
166 }
167
168 [global::Cpp2ILInjected.Token(Token = "0x6002D89")]
169 [global::Cpp2ILInjected.Address(RVA = "0x1C065B4", Offset = "0x1C065B4", Length = "0xA8")]
170 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
171 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
172 protected void WriteEvent(int eventId, int arg1)
173 {
174 throw null;
175 }
176
177 [global::Cpp2ILInjected.Token(Token = "0x6002D8A")]
178 [global::Cpp2ILInjected.Address(RVA = "0x1C06660", Offset = "0x1C06660", Length = "0xE4")]
179 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Buffers.ArrayPoolEventSource), Member = "BufferTrimPoll", MemberParameters = new object[]
180 {
181 typeof(int),
182 typeof(int)
183 }, ReturnType = typeof(void))]
184 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
185 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
186 protected void WriteEvent(int eventId, int arg1, int arg2)
187 {
188 throw null;
189 }
190
191 [global::Cpp2ILInjected.Token(Token = "0x6002D8B")]
192 [global::Cpp2ILInjected.Address(RVA = "0x1C06744", Offset = "0x1C06744", Length = "0x120")]
193 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Buffers.ArrayPoolEventSource), Member = "BufferReturned", MemberParameters = new object[]
194 {
195 typeof(int),
196 typeof(int),
197 typeof(int)
198 }, ReturnType = typeof(void))]
199 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Buffers.ArrayPoolEventSource), Member = "BufferTrimmed", MemberParameters = new object[]
200 {
201 typeof(int),
202 typeof(int),
203 typeof(int)
204 }, ReturnType = typeof(void))]
205 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
206 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
207 protected void WriteEvent(int eventId, int arg1, int arg2, int arg3)
208 {
209 throw null;
210 }
211
212 [global::Cpp2ILInjected.Token(Token = "0x6002D8C")]
213 [global::Cpp2ILInjected.Address(RVA = "0x1C0665C", Offset = "0x1C0665C", Length = "0x4")]
214 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
215 protected void WriteEvent(int eventId, params object[] args)
216 {
217 throw null;
218 }
219
220 [global::Cpp2ILInjected.Token(Token = "0x6002D8D")]
221 [global::Cpp2ILInjected.Address(RVA = "0x1C06864", Offset = "0x1C06864", Length = "0xC0")]
222 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetEventSource", Member = "Enter", MemberParameters = new object[]
223 {
224 typeof(string),
225 typeof(string),
226 typeof(string)
227 }, ReturnType = typeof(void))]
228 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetEventSource", Member = "Exit", MemberParameters = new object[]
229 {
230 typeof(string),
231 typeof(string),
232 typeof(string)
233 }, ReturnType = typeof(void))]
234 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetEventSource", Member = "Info", MemberParameters = new object[]
235 {
236 typeof(string),
237 typeof(string),
238 typeof(string)
239 }, ReturnType = typeof(void))]
240 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetEventSource", Member = "ErrorMessage", MemberParameters = new object[]
241 {
242 typeof(string),
243 typeof(string),
244 typeof(string)
245 }, ReturnType = typeof(void))]
246 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetEventSource", Member = "CriticalFailure", MemberParameters = new object[]
247 {
248 typeof(string),
249 typeof(string),
250 typeof(string)
251 }, ReturnType = typeof(void))]
252 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
253 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
254 protected void WriteEvent(int eventId, string arg1, string arg2, string arg3)
255 {
256 throw null;
257 }
258
259 [global::System.CLSCompliant(false)]
260 [global::Cpp2ILInjected.Token(Token = "0x6002D8E")]
261 [global::Cpp2ILInjected.Address(RVA = "0x1C06924", Offset = "0x1C06924", Length = "0x4")]
262 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetEventSource", Member = "WriteEvent", MemberParameters = new object[]
263 {
264 typeof(int),
265 typeof(string),
266 typeof(string),
267 typeof(string),
268 typeof(string)
269 }, ReturnType = typeof(void))]
270 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetEventSource", Member = "WriteEvent", MemberParameters = new object[]
271 {
272 typeof(int),
273 typeof(string),
274 typeof(string),
275 "System.Byte[]"
276 }, ReturnType = typeof(void))]
277 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetEventSource", Member = "WriteEvent", MemberParameters = new object[]
278 {
279 typeof(int),
280 typeof(string),
281 typeof(int),
282 typeof(int),
283 typeof(int)
284 }, ReturnType = typeof(void))]
285 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetEventSource", Member = "WriteEvent", MemberParameters = new object[]
286 {
287 typeof(int),
288 typeof(string),
289 typeof(int),
290 typeof(string)
291 }, ReturnType = typeof(void))]
292 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetEventSource", Member = "WriteEvent", MemberParameters = new object[]
293 {
294 typeof(int),
295 typeof(string),
296 typeof(string),
297 typeof(int)
298 }, ReturnType = typeof(void))]
299 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.NetEventSource", Member = "WriteEvent", MemberParameters = new object[]
300 {
301 typeof(int),
302 typeof(string),
303 typeof(string),
304 typeof(string),
305 typeof(int)
306 }, ReturnType = typeof(void))]
307 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
309 {
310 throw null;
311 }
312
313 [global::System.Runtime.CompilerServices.CompilerGenerated]
314 [global::Cpp2ILInjected.Token(Token = "0x400198B")]
315 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
316 private string <Name>k__BackingField;
317
318 [global::Cpp2ILInjected.Token(Token = "0x20005DB")]
319 protected internal struct EventData
320 {
321 [global::Cpp2ILInjected.Token(Token = "0x170006EE")]
322 public global::System.IntPtr DataPointer
323 {
324 [global::System.Runtime.CompilerServices.CompilerGenerated]
325 [global::Cpp2ILInjected.Token(Token = "0x6002D8F")]
326 [global::Cpp2ILInjected.Address(RVA = "0x1C06928", Offset = "0x1C06928", Length = "0x8")]
327 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
328 set
329 {
330 throw null;
331 }
332 }
333
334 [global::Cpp2ILInjected.Token(Token = "0x170006EF")]
335 public int Size
336 {
337 [global::System.Runtime.CompilerServices.CompilerGenerated]
338 [global::Cpp2ILInjected.Token(Token = "0x6002D90")]
339 [global::Cpp2ILInjected.Address(RVA = "0x1C06930", Offset = "0x1C06930", Length = "0x8")]
340 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
341 set
342 {
343 throw null;
344 }
345 }
346
347 [global::Cpp2ILInjected.Token(Token = "0x170006F0")]
348 internal int Reserved
349 {
350 [global::System.Runtime.CompilerServices.CompilerGenerated]
351 [global::Cpp2ILInjected.Token(Token = "0x6002D91")]
352 [global::Cpp2ILInjected.Address(RVA = "0x1C06938", Offset = "0x1C06938", Length = "0x8")]
353 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
354 set
355 {
356 throw null;
357 }
358 }
359
360 [global::System.Runtime.CompilerServices.CompilerGenerated]
361 [global::Cpp2ILInjected.Token(Token = "0x400198C")]
362 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
363 private global::System.IntPtr <DataPointer>k__BackingField;
364
365 [global::System.Runtime.CompilerServices.CompilerGenerated]
366 [global::Cpp2ILInjected.Token(Token = "0x400198D")]
367 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
368 private int <Size>k__BackingField;
369
370 [global::System.Runtime.CompilerServices.CompilerGenerated]
371 [global::Cpp2ILInjected.Token(Token = "0x400198E")]
372 [global::Cpp2ILInjected.FieldOffset(Offset = "0xC")]
373 private int <Reserved>k__BackingField;
374 }
375 }
376}
class f__AnonymousType0<< Count > j__TPar
void WriteEvent(int eventId, int arg1)
virtual void Dispose(bool disposing)
void WriteEvent(int eventId, int arg1, int arg2)
void WriteEvent(int eventId, params object[] args)
EventSource(string eventSourceName)
unsafe void WriteEventCore(int eventId, int eventDataCount, EventSource.EventData *data)
void WriteEvent(int eventId, string arg1, string arg2, string arg3)
void WriteEvent(int eventId, int arg1, int arg2, int arg3)
bool IsEnabled(EventLevel level, EventKeywords keywords)
EventSource(global::System.Guid eventSourceGuid, string eventSourceName)
global::System.IntPtr< DataPointer > k__BackingField