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
NetEventSource.cs
Go to the documentation of this file.
1using System;
4using System.IO;
10using Cpp2ILInjected;
12
13namespace System.Net
14{
15 [global::Cpp2ILInjected.Token(Token = "0x2000129")]
16 internal sealed class NetEventSource : EventSource
17 {
18 [NonEvent]
19 [global::Cpp2ILInjected.Token(Token = "0x60006F0")]
20 [global::Cpp2ILInjected.Address(RVA = "0x1EE182C", Offset = "0x1EE182C", Length = "0xE8")]
21 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "GetResponse", ReturnType = typeof(WebResponse))]
22 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "BeginGetResponse", MemberParameters = new object[]
23 {
24 typeof(AsyncCallback),
25 typeof(object)
26 }, ReturnType = typeof(IAsyncResult))]
27 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "EndGetResponse", MemberParameters = new object[] { typeof(IAsyncResult) }, ReturnType = typeof(WebResponse))]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "GetRequestStream", ReturnType = typeof(Stream))]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "BeginGetRequestStream", MemberParameters = new object[]
30 {
31 typeof(AsyncCallback),
32 typeof(object)
33 }, ReturnType = typeof(IAsyncResult))]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "EndGetRequestStream", MemberParameters = new object[] { typeof(IAsyncResult) }, ReturnType = typeof(Stream))]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "Abort", ReturnType = typeof(void))]
36 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebResponse), Member = "Close", ReturnType = typeof(void))]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 8)]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "get_IsEnabled", ReturnType = typeof(bool))]
39 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "IdOf", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(string))]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "Format", MemberParameters = new object[] { typeof(FormattableString) }, ReturnType = typeof(string))]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "Enter", MemberParameters = new object[]
42 {
43 typeof(string),
44 typeof(string),
45 typeof(string)
46 }, ReturnType = typeof(void))]
47 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
48 public static void Enter(object thisOrContextObject, FormattableString formattableString = null, [CallerMemberName] string memberName = null)
49 {
50 throw null;
51 }
52
53 [NonEvent]
54 [global::Cpp2ILInjected.Token(Token = "0x60006F1")]
55 [global::Cpp2ILInjected.Address(RVA = "0x1EE1D88", Offset = "0x1EE1D88", Length = "0xE0")]
56 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NTAuthentication), Member = "GetOutgoingBlob", MemberParameters = new object[]
57 {
58 typeof(byte[]),
59 typeof(bool),
61 }, ReturnType = typeof(byte[]))]
62 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "SyncRequestCallback", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
63 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "AsyncRequestCallback", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
64 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebResponse), Member = ".ctor", MemberParameters = new object[]
65 {
67 typeof(long),
68 typeof(Uri),
69 typeof(FtpStatusCode),
70 typeof(string),
72 typeof(string),
73 typeof(string),
74 typeof(string)
75 }, ReturnType = typeof(void))]
76 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
77 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "get_IsEnabled", ReturnType = typeof(bool))]
78 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "IdOf", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(string))]
79 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "Format", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(object))]
80 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
81 {
82 typeof(string),
83 typeof(object)
84 }, ReturnType = typeof(string))]
85 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "Enter", MemberParameters = new object[]
86 {
87 typeof(string),
88 typeof(string),
89 typeof(string)
90 }, ReturnType = typeof(void))]
91 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
92 public static void Enter(object thisOrContextObject, object arg0, [CallerMemberName] string memberName = null)
93 {
94 throw null;
95 }
96
97 [NonEvent]
98 [global::Cpp2ILInjected.Token(Token = "0x60006F2")]
99 [global::Cpp2ILInjected.Address(RVA = "0x1EE2234", Offset = "0x1EE2234", Length = "0x100")]
100 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
101 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "get_IsEnabled", ReturnType = typeof(bool))]
102 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "IdOf", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(string))]
103 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "Format", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(object))]
104 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
105 {
106 typeof(string),
107 typeof(object),
108 typeof(object)
109 }, ReturnType = typeof(string))]
110 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "Enter", MemberParameters = new object[]
111 {
112 typeof(string),
113 typeof(string),
114 typeof(string)
115 }, ReturnType = typeof(void))]
116 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
117 public static void Enter(object thisOrContextObject, object arg0, object arg1, [CallerMemberName] string memberName = null)
118 {
119 throw null;
120 }
121
122 [NonEvent]
123 [global::Cpp2ILInjected.Token(Token = "0x60006F3")]
124 [global::Cpp2ILInjected.Address(RVA = "0x1EE2334", Offset = "0x1EE2334", Length = "0x114")]
125 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NTAuthentication), Member = "Initialize", MemberParameters = new object[]
126 {
127 typeof(bool),
128 typeof(string),
130 typeof(string),
133 }, ReturnType = typeof(void))]
134 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetworkStream), Member = "SetSocketTimeoutOption", MemberParameters = new object[]
135 {
137 typeof(int),
138 typeof(bool)
139 }, ReturnType = typeof(void))]
140 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
141 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "get_IsEnabled", ReturnType = typeof(bool))]
142 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "IdOf", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(string))]
143 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "Format", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(object))]
144 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
145 {
146 typeof(string),
147 typeof(object),
148 typeof(object),
149 typeof(object)
150 }, ReturnType = typeof(string))]
151 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "Enter", MemberParameters = new object[]
152 {
153 typeof(string),
154 typeof(string),
155 typeof(string)
156 }, ReturnType = typeof(void))]
157 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
158 public static void Enter(object thisOrContextObject, object arg0, object arg1, object arg2, [CallerMemberName] string memberName = null)
159 {
160 throw null;
161 }
162
163 [Event(1, Level = EventLevel.Informational, Keywords = (EventKeywords)4L)]
164 [global::Cpp2ILInjected.Token(Token = "0x60006F4")]
165 [global::Cpp2ILInjected.Address(RVA = "0x1EE1D0C", Offset = "0x1EE1D0C", Length = "0x7C")]
166 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
167 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Enter", MemberParameters = new object[]
168 {
169 typeof(object),
171 typeof(string)
172 }, ReturnType = typeof(void))]
173 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Enter", MemberParameters = new object[]
174 {
175 typeof(object),
176 typeof(object),
177 typeof(string)
178 }, ReturnType = typeof(void))]
179 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Enter", MemberParameters = new object[]
180 {
181 typeof(object),
182 typeof(object),
183 typeof(object),
184 typeof(string)
185 }, ReturnType = typeof(void))]
186 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Enter", MemberParameters = new object[]
187 {
188 typeof(object),
189 typeof(object),
190 typeof(object),
191 typeof(object),
192 typeof(string)
193 }, ReturnType = typeof(void))]
194 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
195 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventSource), Member = "WriteEvent", MemberParameters = new object[]
196 {
197 typeof(int),
198 typeof(string),
199 typeof(string),
200 typeof(string)
201 }, ReturnType = typeof(void))]
202 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
203 private void Enter(string thisOrContextObject, string memberName, string parameters)
204 {
205 throw null;
206 }
207
208 [NonEvent]
209 [global::Cpp2ILInjected.Token(Token = "0x60006F5")]
210 [global::Cpp2ILInjected.Address(RVA = "0x1EE2448", Offset = "0x1EE2448", Length = "0xE8")]
211 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NTAuthentication), Member = "GetOutgoingBlob", MemberParameters = new object[]
212 {
213 typeof(byte[]),
214 typeof(bool),
216 }, ReturnType = typeof(byte[]))]
217 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "BeginGetResponse", MemberParameters = new object[]
218 {
219 typeof(AsyncCallback),
220 typeof(object)
221 }, ReturnType = typeof(IAsyncResult))]
222 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "EndGetResponse", MemberParameters = new object[] { typeof(IAsyncResult) }, ReturnType = typeof(WebResponse))]
223 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "GetRequestStream", ReturnType = typeof(Stream))]
224 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "BeginGetRequestStream", MemberParameters = new object[]
225 {
226 typeof(AsyncCallback),
227 typeof(object)
228 }, ReturnType = typeof(IAsyncResult))]
229 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "EndGetRequestStream", MemberParameters = new object[] { typeof(IAsyncResult) }, ReturnType = typeof(Stream))]
230 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "AsyncRequestCallback", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
231 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "Abort", ReturnType = typeof(void))]
232 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebResponse), Member = "Close", ReturnType = typeof(void))]
233 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 17)]
234 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "get_IsEnabled", ReturnType = typeof(bool))]
235 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "IdOf", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(string))]
236 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "Format", MemberParameters = new object[] { typeof(FormattableString) }, ReturnType = typeof(string))]
237 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
238 public static void Exit(object thisOrContextObject, FormattableString formattableString = null, [CallerMemberName] string memberName = null)
239 {
240 throw null;
241 }
242
243 [NonEvent]
244 [global::Cpp2ILInjected.Token(Token = "0x60006F6")]
245 [global::Cpp2ILInjected.Address(RVA = "0x1EE25AC", Offset = "0x1EE25AC", Length = "0xC4")]
246 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
247 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NTAuthentication), Member = "GetOutgoingBlob", MemberParameters = new object[]
248 {
249 typeof(byte[]),
250 typeof(bool),
252 }, ReturnType = typeof(byte[]))]
253 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "GetResponse", ReturnType = typeof(WebResponse))]
254 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
255 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "get_IsEnabled", ReturnType = typeof(bool))]
256 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "IdOf", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(string))]
257 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "Format", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(object))]
258 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "Exit", MemberParameters = new object[]
259 {
260 typeof(string),
261 typeof(string),
262 typeof(string)
263 }, ReturnType = typeof(void))]
264 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
265 public static void Exit(object thisOrContextObject, object arg0, [CallerMemberName] string memberName = null)
266 {
267 throw null;
268 }
269
270 [NonEvent]
271 [global::Cpp2ILInjected.Token(Token = "0x60006F7")]
272 [global::Cpp2ILInjected.Address(RVA = "0x1EE2670", Offset = "0x1EE2670", Length = "0x100")]
273 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
274 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "get_IsEnabled", ReturnType = typeof(bool))]
275 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "IdOf", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(string))]
276 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "Format", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(object))]
277 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
278 {
279 typeof(string),
280 typeof(object),
281 typeof(object)
282 }, ReturnType = typeof(string))]
283 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "Exit", MemberParameters = new object[]
284 {
285 typeof(string),
286 typeof(string),
287 typeof(string)
288 }, ReturnType = typeof(void))]
289 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
290 public static void Exit(object thisOrContextObject, object arg0, object arg1, [CallerMemberName] string memberName = null)
291 {
292 throw null;
293 }
294
295 [Event(2, Level = EventLevel.Informational, Keywords = (EventKeywords)4L)]
296 [global::Cpp2ILInjected.Token(Token = "0x60006F8")]
297 [global::Cpp2ILInjected.Address(RVA = "0x1EE2530", Offset = "0x1EE2530", Length = "0x7C")]
298 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
299 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Exit", MemberParameters = new object[]
300 {
301 typeof(object),
302 typeof(object),
303 typeof(string)
304 }, ReturnType = typeof(void))]
305 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Exit", MemberParameters = new object[]
306 {
307 typeof(object),
308 typeof(object),
309 typeof(object),
310 typeof(string)
311 }, ReturnType = typeof(void))]
312 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
313 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventSource), Member = "WriteEvent", MemberParameters = new object[]
314 {
315 typeof(int),
316 typeof(string),
317 typeof(string),
318 typeof(string)
319 }, ReturnType = typeof(void))]
320 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
321 private void Exit(string thisOrContextObject, string memberName, string result)
322 {
323 throw null;
324 }
325
326 [NonEvent]
327 [global::Cpp2ILInjected.Token(Token = "0x60006F9")]
328 [global::Cpp2ILInjected.Address(RVA = "0x1EE039C", Offset = "0x1EE039C", Length = "0xE8")]
329 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ContextAwareResult), Member = "Cleanup", ReturnType = typeof(void))]
330 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ContextAwareResult), Member = "CaptureOrComplete", MemberParameters = new object[]
331 {
333 typeof(bool)
334 }, ReturnType = typeof(bool))]
335 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ContextAwareResult), Member = "Complete", MemberParameters = new object[] { typeof(IntPtr) }, ReturnType = typeof(void))]
336 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NTAuthentication), Member = "Initialize", MemberParameters = new object[]
337 {
338 typeof(bool),
339 typeof(string),
341 typeof(string),
342 typeof(ContextFlagsPal),
344 }, ReturnType = typeof(void))]
345 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NTAuthentication), Member = "GetOutgoingBlob", MemberParameters = new object[]
346 {
347 typeof(byte[]),
348 typeof(bool),
350 }, ReturnType = typeof(byte[]))]
351 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NTAuthentication), Member = "GetClientSpecifiedSpn", ReturnType = typeof(string))]
352 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CommandStream), Member = "Dispose", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
353 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CommandStream), Member = "ContinueCommandPipeline", ReturnType = typeof(Stream))]
354 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CommandStream), Member = "ReceiveCommandResponseCallback", MemberParameters = new object[]
355 {
357 typeof(int)
358 }, ReturnType = typeof(void))]
359 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpControlStream), Member = "PipelineCallback", MemberParameters = new object[]
360 {
363 typeof(bool),
365 }, ReturnType = typeof(CommandStream.PipelineInstruction))]
366 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpControlStream), Member = "BuildCommandsList", MemberParameters = new object[] { typeof(WebRequest) }, ReturnType = typeof(CommandStream.PipelineEntry[]))]
367 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpControlStream), Member = "CheckValid", MemberParameters = new object[]
368 {
370 typeof(ref int),
371 typeof(ref int)
372 }, ReturnType = typeof(bool))]
373 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpDataStream), Member = ".ctor", MemberParameters = new object[]
374 {
377 typeof(TriState)
378 }, ReturnType = typeof(void))]
379 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpDataStream), Member = "System.Net.ICloseEx.CloseEx", MemberParameters = new object[] { typeof(CloseExState) }, ReturnType = typeof(void))]
380 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "GetResponse", ReturnType = typeof(WebResponse))]
381 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "BeginGetResponse", MemberParameters = new object[]
382 {
383 typeof(AsyncCallback),
384 typeof(object)
385 }, ReturnType = typeof(IAsyncResult))]
386 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "GetRequestStream", ReturnType = typeof(Stream))]
387 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "BeginGetRequestStream", MemberParameters = new object[]
388 {
389 typeof(AsyncCallback),
390 typeof(object)
391 }, ReturnType = typeof(IAsyncResult))]
392 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "TimerCallback", MemberParameters = new object[]
393 {
395 typeof(int),
396 typeof(object)
397 }, ReturnType = typeof(void))]
398 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "AttemptedRecovery", MemberParameters = new object[] { typeof(Exception) }, ReturnType = typeof(bool))]
399 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "SetException", MemberParameters = new object[] { typeof(Exception) }, ReturnType = typeof(void))]
400 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "SyncRequestCallback", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
401 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "AsyncRequestCallback", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
402 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "FinishRequestStage", MemberParameters = new object[] { "System.Net.FtpWebRequest.RequestStage" }, ReturnType = "System.Net.FtpWebRequest.RequestStage")]
403 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "EnsureFtpWebResponse", MemberParameters = new object[] { typeof(Exception) }, ReturnType = typeof(void))]
404 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 29)]
405 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "get_IsEnabled", ReturnType = typeof(bool))]
406 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "IdOf", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(string))]
407 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "Format", MemberParameters = new object[] { typeof(FormattableString) }, ReturnType = typeof(string))]
408 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "Info", MemberParameters = new object[]
409 {
410 typeof(string),
411 typeof(string),
412 typeof(string)
413 }, ReturnType = typeof(void))]
414 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
415 public static void Info(object thisOrContextObject, FormattableString formattableString = null, [CallerMemberName] string memberName = null)
416 {
417 throw null;
418 }
419
420 [NonEvent]
421 [global::Cpp2ILInjected.Token(Token = "0x60006FA")]
422 [global::Cpp2ILInjected.Address(RVA = "0x1EE0484", Offset = "0x1EE0484", Length = "0xC4")]
423 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
424 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ContextAwareResult), Member = "CaptureOrComplete", MemberParameters = new object[]
425 {
427 typeof(bool)
428 }, ReturnType = typeof(bool))]
429 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ContextAwareResult), Member = "CompleteCallback", ReturnType = typeof(void))]
430 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NTAuthentication), Member = "Initialize", MemberParameters = new object[]
431 {
432 typeof(bool),
433 typeof(string),
435 typeof(string),
436 typeof(ContextFlagsPal),
438 }, ReturnType = typeof(void))]
439 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CommandStream), Member = "Abort", MemberParameters = new object[] { typeof(Exception) }, ReturnType = typeof(void))]
440 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpControlStream), Member = "QueueOrCreateDataConection", MemberParameters = new object[]
441 {
444 typeof(bool),
446 typeof(ref bool)
447 }, ReturnType = typeof(CommandStream.PipelineInstruction))]
448 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = ".ctor", MemberParameters = new object[] { typeof(Uri) }, ReturnType = typeof(void))]
449 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "SubmitRequest", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
450 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "TimerCallback", MemberParameters = new object[]
451 {
453 typeof(int),
454 typeof(object)
455 }, ReturnType = typeof(void))]
456 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 12)]
457 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "get_IsEnabled", ReturnType = typeof(bool))]
458 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "IdOf", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(string))]
459 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "Format", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(object))]
460 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "Info", MemberParameters = new object[]
461 {
462 typeof(string),
463 typeof(string),
464 typeof(string)
465 }, ReturnType = typeof(void))]
466 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
467 public static void Info(object thisOrContextObject, object message, [CallerMemberName] string memberName = null)
468 {
469 throw null;
470 }
471
472 [Event(4, Level = EventLevel.Informational, Keywords = (EventKeywords)1L)]
473 [global::Cpp2ILInjected.Token(Token = "0x60006FB")]
474 [global::Cpp2ILInjected.Address(RVA = "0x1EE2770", Offset = "0x1EE2770", Length = "0x7C")]
475 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
476 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Info", MemberParameters = new object[]
477 {
478 typeof(object),
480 typeof(string)
481 }, ReturnType = typeof(void))]
482 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Info", MemberParameters = new object[]
483 {
484 typeof(object),
485 typeof(object),
486 typeof(string)
487 }, ReturnType = typeof(void))]
488 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
489 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventSource), Member = "WriteEvent", MemberParameters = new object[]
490 {
491 typeof(int),
492 typeof(string),
493 typeof(string),
494 typeof(string)
495 }, ReturnType = typeof(void))]
496 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
497 private void Info(string thisOrContextObject, string memberName, string message)
498 {
499 throw null;
500 }
501
502 [NonEvent]
503 [global::Cpp2ILInjected.Token(Token = "0x60006FC")]
504 [global::Cpp2ILInjected.Address(RVA = "0x1EE27EC", Offset = "0x1EE27EC", Length = "0xB8")]
505 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
506 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "get_IsEnabled", ReturnType = typeof(bool))]
507 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "IdOf", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(string))]
508 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "Format", MemberParameters = new object[] { typeof(FormattableString) }, ReturnType = typeof(string))]
509 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
510 public static void Error(object thisOrContextObject, FormattableString formattableString, [CallerMemberName] string memberName = null)
511 {
512 throw null;
513 }
514
515 [NonEvent]
516 [global::Cpp2ILInjected.Token(Token = "0x60006FD")]
517 [global::Cpp2ILInjected.Address(RVA = "0x1EE2920", Offset = "0x1EE2920", Length = "0xC4")]
518 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
519 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "GetResponse", ReturnType = typeof(WebResponse))]
520 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "BeginGetResponse", MemberParameters = new object[]
521 {
522 typeof(AsyncCallback),
523 typeof(object)
524 }, ReturnType = typeof(IAsyncResult))]
525 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "EndGetResponse", MemberParameters = new object[] { typeof(IAsyncResult) }, ReturnType = typeof(WebResponse))]
526 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "GetRequestStream", ReturnType = typeof(Stream))]
527 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "BeginGetRequestStream", MemberParameters = new object[]
528 {
529 typeof(AsyncCallback),
530 typeof(object)
531 }, ReturnType = typeof(IAsyncResult))]
532 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "EndGetRequestStream", MemberParameters = new object[] { typeof(IAsyncResult) }, ReturnType = typeof(Stream))]
533 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "Abort", ReturnType = typeof(void))]
534 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NegotiateStreamPal), Member = "EstablishSecurityContext", MemberParameters = new object[]
535 {
538 typeof(string),
539 typeof(ContextFlagsPal),
542 typeof(ref ContextFlagsPal)
543 }, ReturnType = typeof(SecurityStatusPal))]
544 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 9)]
545 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "get_IsEnabled", ReturnType = typeof(bool))]
546 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "IdOf", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(string))]
547 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "Format", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(object))]
548 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "ErrorMessage", MemberParameters = new object[]
549 {
550 typeof(string),
551 typeof(string),
552 typeof(string)
553 }, ReturnType = typeof(void))]
554 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
555 public static void Error(object thisOrContextObject, object message, [CallerMemberName] string memberName = null)
556 {
557 throw null;
558 }
559
560 [Event(5, Level = EventLevel.Warning, Keywords = (EventKeywords)1L)]
561 [global::Cpp2ILInjected.Token(Token = "0x60006FE")]
562 [global::Cpp2ILInjected.Address(RVA = "0x1EE28A4", Offset = "0x1EE28A4", Length = "0x7C")]
563 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
564 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Error", MemberParameters = new object[]
565 {
566 typeof(object),
567 typeof(object),
568 typeof(string)
569 }, ReturnType = typeof(void))]
570 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
571 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventSource), Member = "WriteEvent", MemberParameters = new object[]
572 {
573 typeof(int),
574 typeof(string),
575 typeof(string),
576 typeof(string)
577 }, ReturnType = typeof(void))]
578 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
579 private void ErrorMessage(string thisOrContextObject, string memberName, string message)
580 {
581 throw null;
582 }
583
584 [NonEvent]
585 [global::Cpp2ILInjected.Token(Token = "0x60006FF")]
586 [global::Cpp2ILInjected.Address(RVA = "0x1EE29E4", Offset = "0x1EE29E4", Length = "0xB8")]
587 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "DumpBuffer", MemberParameters = new object[]
588 {
589 typeof(object),
590 typeof(byte[]),
591 typeof(int),
592 typeof(int),
593 typeof(string)
594 }, ReturnType = typeof(void))]
595 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SecurityBuffer), Member = ".ctor", MemberParameters = new object[]
596 {
597 typeof(int),
599 }, ReturnType = typeof(void))]
600 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
601 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "get_IsEnabled", ReturnType = typeof(bool))]
602 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "IdOf", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(string))]
603 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "Format", MemberParameters = new object[] { typeof(FormattableString) }, ReturnType = typeof(string))]
604 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
605 public static void Fail(object thisOrContextObject, FormattableString formattableString, [CallerMemberName] string memberName = null)
606 {
607 throw null;
608 }
609
610 [NonEvent]
611 [global::Cpp2ILInjected.Token(Token = "0x6000700")]
612 [global::Cpp2ILInjected.Address(RVA = "0x1EDFB78", Offset = "0x1EDFB78", Length = "0xC4")]
613 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
614 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ContextAwareResult), Member = "get_ContextCopy", ReturnType = typeof(ExecutionContext))]
615 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ContextAwareResult), Member = "StartPostingAsyncOp", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(object))]
616 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ContextAwareResult), Member = "CaptureOrComplete", MemberParameters = new object[]
617 {
619 typeof(bool)
620 }, ReturnType = typeof(bool))]
621 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NTAuthentication), Member = "GetContext", MemberParameters = new object[] { typeof(ref SecurityStatusPal) }, ReturnType = typeof(SafeDeleteContext))]
622 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NTAuthentication), Member = "GetClientSpecifiedSpn", ReturnType = typeof(string))]
623 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpControlStream), Member = "QueueOrCreateDataConection", MemberParameters = new object[]
624 {
627 typeof(bool),
629 typeof(ref bool)
630 }, ReturnType = typeof(CommandStream.PipelineInstruction))]
631 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "Abort", ReturnType = typeof(void))]
632 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NegotiateStreamPal), Member = "VerifySignature", MemberParameters = new object[]
633 {
635 typeof(byte[]),
636 typeof(int),
637 typeof(int)
638 }, ReturnType = typeof(int))]
639 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SSPIHandleCache), Member = "CacheCredential", MemberParameters = new object[] { typeof(SafeFreeCredentials) }, ReturnType = typeof(void))]
640 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 14)]
641 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "get_IsEnabled", ReturnType = typeof(bool))]
642 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "IdOf", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(string))]
643 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "Format", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(object))]
644 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "CriticalFailure", MemberParameters = new object[]
645 {
646 typeof(string),
647 typeof(string),
648 typeof(string)
649 }, ReturnType = typeof(void))]
650 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
651 public static void Fail(object thisOrContextObject, object message, [CallerMemberName] string memberName = null)
652 {
653 throw null;
654 }
655
656 [Event(6, Level = EventLevel.Critical, Keywords = (EventKeywords)2L)]
657 [global::Cpp2ILInjected.Token(Token = "0x6000701")]
658 [global::Cpp2ILInjected.Address(RVA = "0x1EE2A9C", Offset = "0x1EE2A9C", Length = "0x7C")]
659 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
660 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Fail", MemberParameters = new object[]
661 {
662 typeof(object),
663 typeof(object),
664 typeof(string)
665 }, ReturnType = typeof(void))]
666 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
667 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventSource), Member = "WriteEvent", MemberParameters = new object[]
668 {
669 typeof(int),
670 typeof(string),
671 typeof(string),
672 typeof(string)
673 }, ReturnType = typeof(void))]
674 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
675 private void CriticalFailure(string thisOrContextObject, string memberName, string message)
676 {
677 throw null;
678 }
679
680 [NonEvent]
681 [global::Cpp2ILInjected.Token(Token = "0x6000702")]
682 [global::Cpp2ILInjected.Address(RVA = "0x1EE2B18", Offset = "0x1EE2B18", Length = "0x74")]
683 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
684 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
685 public static void DumpBuffer(object thisOrContextObject, byte[] buffer, [CallerMemberName] string memberName = null)
686 {
687 throw null;
688 }
689
690 [NonEvent]
691 [global::Cpp2ILInjected.Token(Token = "0x6000703")]
692 [global::Cpp2ILInjected.Address(RVA = "0x1EE2B8C", Offset = "0x1EE2B8C", Length = "0x2D4")]
693 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
694 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
695 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "get_IsEnabled", ReturnType = typeof(bool))]
696 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(FormattableStringFactory), Member = "Create", MemberParameters = new object[]
697 {
698 typeof(string),
699 typeof(object[])
700 }, ReturnType = typeof(FormattableString))]
701 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "Fail", MemberParameters = new object[]
702 {
703 typeof(object),
705 typeof(string)
706 }, ReturnType = typeof(void))]
707 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Math), Member = "Min", MemberParameters = new object[]
708 {
709 typeof(int),
710 typeof(int)
711 }, ReturnType = typeof(int))]
712 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Buffer), Member = "BlockCopy", MemberParameters = new object[]
713 {
714 typeof(Array),
715 typeof(int),
716 typeof(Array),
717 typeof(int),
718 typeof(int)
719 }, ReturnType = typeof(void))]
720 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "IdOf", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(string))]
721 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
722 public static void DumpBuffer(object thisOrContextObject, byte[] buffer, int offset, int count, [CallerMemberName] string memberName = null)
723 {
724 throw null;
725 }
726
727 [NonEvent]
728 [global::Cpp2ILInjected.Token(Token = "0x6000704")]
729 [global::Cpp2ILInjected.Address(RVA = "0x1EE2ED8", Offset = "0x1EE2ED8", Length = "0x154")]
730 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
731 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
732 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "get_IsEnabled", ReturnType = typeof(bool))]
733 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Math), Member = "Min", MemberParameters = new object[]
734 {
735 typeof(int),
736 typeof(int)
737 }, ReturnType = typeof(int))]
738 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(IntPtr), Member = "op_Explicit", MemberParameters = new object[] { typeof(IntPtr) }, ReturnType = typeof(void*))]
739 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Buffer), Member = "MemoryCopy", MemberParameters = new object[]
740 {
741 typeof(void*),
742 typeof(void*),
743 typeof(long),
744 typeof(long)
745 }, ReturnType = typeof(void))]
746 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "IdOf", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(string))]
747 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "DumpBuffer", MemberParameters = new object[]
748 {
749 typeof(string),
750 typeof(string),
751 typeof(byte[])
752 }, ReturnType = typeof(void))]
753 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
754 public unsafe static void DumpBuffer(object thisOrContextObject, IntPtr bufferPtr, int count, [CallerMemberName] string memberName = null)
755 {
756 throw null;
757 }
758
759 [Event(7, Level = EventLevel.Verbose, Keywords = (EventKeywords)2L)]
760 [global::Cpp2ILInjected.Token(Token = "0x6000705")]
761 [global::Cpp2ILInjected.Address(RVA = "0x1EE2E60", Offset = "0x1EE2E60", Length = "0x78")]
762 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
763 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "DumpBuffer", MemberParameters = new object[]
764 {
765 typeof(object),
766 typeof(IntPtr),
767 typeof(int),
768 typeof(string)
769 }, ReturnType = typeof(void))]
770 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
771 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "WriteEvent", MemberParameters = new object[]
772 {
773 typeof(int),
774 typeof(string),
775 typeof(string),
776 typeof(byte[])
777 }, ReturnType = typeof(void))]
778 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
779 private void DumpBuffer(string thisOrContextObject, string memberName, byte[] buffer)
780 {
781 throw null;
782 }
783
784 [NonEvent]
785 [global::Cpp2ILInjected.Token(Token = "0x6000706")]
786 [global::Cpp2ILInjected.Address(RVA = "0x1EE3250", Offset = "0x1EE3250", Length = "0xC8")]
787 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "AsyncRequestCallback", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
788 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
789 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "get_IsEnabled", ReturnType = typeof(bool))]
790 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "IdOf", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(string))]
791 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
792 public static void Associate(object first, object second, [CallerMemberName] string memberName = null)
793 {
794 throw null;
795 }
796
797 [NonEvent]
798 [global::Cpp2ILInjected.Token(Token = "0x6000707")]
799 [global::Cpp2ILInjected.Address(RVA = "0x1EE3398", Offset = "0x1EE3398", Length = "0xD8")]
800 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
801 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "get_IsEnabled", ReturnType = typeof(bool))]
802 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "IdOf", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(string))]
803 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "Associate", MemberParameters = new object[]
804 {
805 typeof(string),
806 typeof(string),
807 typeof(string),
808 typeof(string)
809 }, ReturnType = typeof(void))]
810 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
811 public static void Associate(object thisOrContextObject, object first, object second, [CallerMemberName] string memberName = null)
812 {
813 throw null;
814 }
815
816 [Event(3, Level = EventLevel.Informational, Keywords = (EventKeywords)1L, Message = "[{2}]<-->[{3}]")]
817 [global::Cpp2ILInjected.Token(Token = "0x6000708")]
818 [global::Cpp2ILInjected.Address(RVA = "0x1EE3318", Offset = "0x1EE3318", Length = "0x80")]
819 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
820 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Associate", MemberParameters = new object[]
821 {
822 typeof(object),
823 typeof(object),
824 typeof(object),
825 typeof(string)
826 }, ReturnType = typeof(void))]
827 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
828 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "WriteEvent", MemberParameters = new object[]
829 {
830 typeof(int),
831 typeof(string),
832 typeof(string),
833 typeof(string),
834 typeof(string)
835 }, ReturnType = typeof(void))]
836 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
837 private void Associate(string thisOrContextObject, string memberName, string first, string second)
838 {
839 throw null;
840 }
841
842 [Conditional("DEBUG_NETEVENTSOURCE_MISUSE")]
843 [global::Cpp2ILInjected.Token(Token = "0x6000709")]
844 [global::Cpp2ILInjected.Address(RVA = "0x1EE366C", Offset = "0x1EE366C", Length = "0x4C")]
845 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
846 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "get_IsEnabled", ReturnType = typeof(bool))]
847 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
848 private static void DebugValidateArg(object arg)
849 {
850 throw null;
851 }
852
853 [Conditional("DEBUG_NETEVENTSOURCE_MISUSE")]
854 [global::Cpp2ILInjected.Token(Token = "0x600070A")]
855 [global::Cpp2ILInjected.Address(RVA = "0x1EE36B8", Offset = "0x1EE36B8", Length = "0x4")]
856 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
858 {
859 throw null;
860 }
861
862 [global::Cpp2ILInjected.Token(Token = "0x1700017C")]
863 public new static bool IsEnabled
864 {
865 [global::Cpp2ILInjected.Token(Token = "0x600070B")]
866 [global::Cpp2ILInjected.Address(RVA = "0x1EE0340", Offset = "0x1EE0340", Length = "0x5C")]
867 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ContextAwareResult), Member = "Cleanup", ReturnType = typeof(void))]
868 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ContextAwareResult), Member = "CaptureOrComplete", MemberParameters = new object[]
869 {
871 typeof(bool)
872 }, ReturnType = typeof(bool))]
873 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ContextAwareResult), Member = "Complete", MemberParameters = new object[] { typeof(IntPtr) }, ReturnType = typeof(void))]
874 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ContextAwareResult), Member = "CompleteCallback", ReturnType = typeof(void))]
875 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Enter", MemberParameters = new object[]
876 {
877 typeof(object),
879 typeof(string)
880 }, ReturnType = typeof(void))]
881 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Enter", MemberParameters = new object[]
882 {
883 typeof(object),
884 typeof(object),
885 typeof(string)
886 }, ReturnType = typeof(void))]
887 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Enter", MemberParameters = new object[]
888 {
889 typeof(object),
890 typeof(object),
891 typeof(object),
892 typeof(string)
893 }, ReturnType = typeof(void))]
894 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Enter", MemberParameters = new object[]
895 {
896 typeof(object),
897 typeof(object),
898 typeof(object),
899 typeof(object),
900 typeof(string)
901 }, ReturnType = typeof(void))]
902 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Exit", MemberParameters = new object[]
903 {
904 typeof(object),
906 typeof(string)
907 }, ReturnType = typeof(void))]
908 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Exit", MemberParameters = new object[]
909 {
910 typeof(object),
911 typeof(object),
912 typeof(string)
913 }, ReturnType = typeof(void))]
914 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Exit", MemberParameters = new object[]
915 {
916 typeof(object),
917 typeof(object),
918 typeof(object),
919 typeof(string)
920 }, ReturnType = typeof(void))]
921 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Info", MemberParameters = new object[]
922 {
923 typeof(object),
925 typeof(string)
926 }, ReturnType = typeof(void))]
927 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Info", MemberParameters = new object[]
928 {
929 typeof(object),
930 typeof(object),
931 typeof(string)
932 }, ReturnType = typeof(void))]
933 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Error", MemberParameters = new object[]
934 {
935 typeof(object),
937 typeof(string)
938 }, ReturnType = typeof(void))]
939 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Error", MemberParameters = new object[]
940 {
941 typeof(object),
942 typeof(object),
943 typeof(string)
944 }, ReturnType = typeof(void))]
945 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Fail", MemberParameters = new object[]
946 {
947 typeof(object),
949 typeof(string)
950 }, ReturnType = typeof(void))]
951 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Fail", MemberParameters = new object[]
952 {
953 typeof(object),
954 typeof(object),
955 typeof(string)
956 }, ReturnType = typeof(void))]
957 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "DumpBuffer", MemberParameters = new object[]
958 {
959 typeof(object),
960 typeof(byte[]),
961 typeof(int),
962 typeof(int),
963 typeof(string)
964 }, ReturnType = typeof(void))]
965 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "DumpBuffer", MemberParameters = new object[]
966 {
967 typeof(object),
968 typeof(IntPtr),
969 typeof(int),
970 typeof(string)
971 }, ReturnType = typeof(void))]
972 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Associate", MemberParameters = new object[]
973 {
974 typeof(object),
975 typeof(object),
976 typeof(string)
977 }, ReturnType = typeof(void))]
978 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Associate", MemberParameters = new object[]
979 {
980 typeof(object),
981 typeof(object),
982 typeof(object),
983 typeof(string)
984 }, ReturnType = typeof(void))]
985 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "DebugValidateArg", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
986 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NTAuthentication), Member = "Initialize", MemberParameters = new object[]
987 {
988 typeof(bool),
989 typeof(string),
991 typeof(string),
994 }, ReturnType = typeof(void))]
995 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NTAuthentication), Member = "GetOutgoingBlob", MemberParameters = new object[]
996 {
997 typeof(byte[]),
998 typeof(bool),
1000 }, ReturnType = typeof(byte[]))]
1001 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NTAuthentication), Member = "GetClientSpecifiedSpn", ReturnType = typeof(string))]
1002 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CommandStream), Member = "Abort", MemberParameters = new object[] { typeof(Exception) }, ReturnType = typeof(void))]
1003 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CommandStream), Member = "Dispose", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
1004 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CommandStream), Member = "ContinueCommandPipeline", ReturnType = typeof(Stream))]
1005 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CommandStream), Member = "ReceiveCommandResponseCallback", MemberParameters = new object[]
1006 {
1008 typeof(int)
1009 }, ReturnType = typeof(void))]
1010 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpControlStream), Member = "PipelineCallback", MemberParameters = new object[]
1011 {
1014 typeof(bool),
1016 }, ReturnType = typeof(CommandStream.PipelineInstruction))]
1017 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpControlStream), Member = "BuildCommandsList", MemberParameters = new object[] { typeof(WebRequest) }, ReturnType = typeof(CommandStream.PipelineEntry[]))]
1018 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpControlStream), Member = "QueueOrCreateDataConection", MemberParameters = new object[]
1019 {
1022 typeof(bool),
1023 typeof(ref Stream),
1024 typeof(ref bool)
1025 }, ReturnType = typeof(CommandStream.PipelineInstruction))]
1026 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpControlStream), Member = "CheckValid", MemberParameters = new object[]
1027 {
1029 typeof(ref int),
1030 typeof(ref int)
1031 }, ReturnType = typeof(bool))]
1032 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpDataStream), Member = ".ctor", MemberParameters = new object[]
1033 {
1037 }, ReturnType = typeof(void))]
1038 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpDataStream), Member = "System.Net.ICloseEx.CloseEx", MemberParameters = new object[] { typeof(CloseExState) }, ReturnType = typeof(void))]
1039 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = ".ctor", MemberParameters = new object[] { typeof(Uri) }, ReturnType = typeof(void))]
1040 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "GetResponse", ReturnType = typeof(WebResponse))]
1041 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "BeginGetResponse", MemberParameters = new object[]
1042 {
1043 typeof(AsyncCallback),
1044 typeof(object)
1045 }, ReturnType = typeof(IAsyncResult))]
1046 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "EndGetResponse", MemberParameters = new object[] { typeof(IAsyncResult) }, ReturnType = typeof(WebResponse))]
1047 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "GetRequestStream", ReturnType = typeof(Stream))]
1048 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "BeginGetRequestStream", MemberParameters = new object[]
1049 {
1050 typeof(AsyncCallback),
1051 typeof(object)
1052 }, ReturnType = typeof(IAsyncResult))]
1053 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "EndGetRequestStream", MemberParameters = new object[] { typeof(IAsyncResult) }, ReturnType = typeof(Stream))]
1054 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "SubmitRequest", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
1055 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "TimerCallback", MemberParameters = new object[]
1056 {
1058 typeof(int),
1059 typeof(object)
1060 }, ReturnType = typeof(void))]
1061 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "AttemptedRecovery", MemberParameters = new object[] { typeof(Exception) }, ReturnType = typeof(bool))]
1062 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "SetException", MemberParameters = new object[] { typeof(Exception) }, ReturnType = typeof(void))]
1063 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "SyncRequestCallback", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
1064 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "AsyncRequestCallback", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
1065 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "FinishRequestStage", MemberParameters = new object[] { "System.Net.FtpWebRequest.RequestStage" }, ReturnType = "System.Net.FtpWebRequest.RequestStage")]
1066 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "Abort", ReturnType = typeof(void))]
1067 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebRequest), Member = "EnsureFtpWebResponse", MemberParameters = new object[] { typeof(Exception) }, ReturnType = typeof(void))]
1068 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebResponse), Member = ".ctor", MemberParameters = new object[]
1069 {
1070 typeof(Stream),
1071 typeof(long),
1072 typeof(Uri),
1074 typeof(string),
1076 typeof(string),
1077 typeof(string),
1078 typeof(string)
1079 }, ReturnType = typeof(void))]
1080 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FtpWebResponse), Member = "Close", ReturnType = typeof(void))]
1081 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetworkStream), Member = "SetSocketTimeoutOption", MemberParameters = new object[]
1082 {
1084 typeof(int),
1085 typeof(bool)
1086 }, ReturnType = typeof(void))]
1087 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NegotiateStreamPal), Member = "EstablishSecurityContext", MemberParameters = new object[]
1088 {
1091 typeof(string),
1096 }, ReturnType = typeof(SecurityStatusPal))]
1097 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 103)]
1098 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventSource), Member = "IsEnabled", ReturnType = typeof(bool))]
1099 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1100 get
1101 {
1102 throw null;
1103 }
1104 }
1105
1106 [NonEvent]
1107 [global::Cpp2ILInjected.Token(Token = "0x600070C")]
1108 [global::Cpp2ILInjected.Address(RVA = "0x1EE1914", Offset = "0x1EE1914", Length = "0xE4")]
1109 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1110 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Enter", MemberParameters = new object[]
1111 {
1112 typeof(object),
1114 typeof(string)
1115 }, ReturnType = typeof(void))]
1116 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Enter", MemberParameters = new object[]
1117 {
1118 typeof(object),
1119 typeof(object),
1120 typeof(string)
1121 }, ReturnType = typeof(void))]
1122 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Enter", MemberParameters = new object[]
1123 {
1124 typeof(object),
1125 typeof(object),
1126 typeof(object),
1127 typeof(string)
1128 }, ReturnType = typeof(void))]
1129 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Enter", MemberParameters = new object[]
1130 {
1131 typeof(object),
1132 typeof(object),
1133 typeof(object),
1134 typeof(object),
1135 typeof(string)
1136 }, ReturnType = typeof(void))]
1137 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Exit", MemberParameters = new object[]
1138 {
1139 typeof(object),
1141 typeof(string)
1142 }, ReturnType = typeof(void))]
1143 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Exit", MemberParameters = new object[]
1144 {
1145 typeof(object),
1146 typeof(object),
1147 typeof(string)
1148 }, ReturnType = typeof(void))]
1149 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Exit", MemberParameters = new object[]
1150 {
1151 typeof(object),
1152 typeof(object),
1153 typeof(object),
1154 typeof(string)
1155 }, ReturnType = typeof(void))]
1156 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Info", MemberParameters = new object[]
1157 {
1158 typeof(object),
1160 typeof(string)
1161 }, ReturnType = typeof(void))]
1162 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Info", MemberParameters = new object[]
1163 {
1164 typeof(object),
1165 typeof(object),
1166 typeof(string)
1167 }, ReturnType = typeof(void))]
1168 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Error", MemberParameters = new object[]
1169 {
1170 typeof(object),
1172 typeof(string)
1173 }, ReturnType = typeof(void))]
1174 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Error", MemberParameters = new object[]
1175 {
1176 typeof(object),
1177 typeof(object),
1178 typeof(string)
1179 }, ReturnType = typeof(void))]
1180 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Fail", MemberParameters = new object[]
1181 {
1182 typeof(object),
1184 typeof(string)
1185 }, ReturnType = typeof(void))]
1186 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Fail", MemberParameters = new object[]
1187 {
1188 typeof(object),
1189 typeof(object),
1190 typeof(string)
1191 }, ReturnType = typeof(void))]
1192 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "DumpBuffer", MemberParameters = new object[]
1193 {
1194 typeof(object),
1195 typeof(byte[]),
1196 typeof(int),
1197 typeof(int),
1198 typeof(string)
1199 }, ReturnType = typeof(void))]
1200 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "DumpBuffer", MemberParameters = new object[]
1201 {
1202 typeof(object),
1203 typeof(IntPtr),
1204 typeof(int),
1205 typeof(string)
1206 }, ReturnType = typeof(void))]
1207 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Associate", MemberParameters = new object[]
1208 {
1209 typeof(object),
1210 typeof(object),
1211 typeof(string)
1212 }, ReturnType = typeof(void))]
1213 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Associate", MemberParameters = new object[]
1214 {
1215 typeof(object),
1216 typeof(object),
1217 typeof(object),
1218 typeof(string)
1219 }, ReturnType = typeof(void))]
1220 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Format", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(object))]
1221 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 22)]
1222 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(Type))]
1223 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "ToString", ReturnType = typeof(string))]
1224 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
1225 {
1226 typeof(string),
1227 typeof(string),
1228 typeof(string)
1229 }, ReturnType = typeof(string))]
1230 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
1231 public static string IdOf(object value)
1232 {
1233 throw null;
1234 }
1235
1236 [NonEvent]
1237 [global::Cpp2ILInjected.Token(Token = "0x600070D")]
1238 [global::Cpp2ILInjected.Address(RVA = "0x1EE36BC", Offset = "0x1EE36BC", Length = "0x14")]
1239 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1240 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
1241 public static int GetHashCode(object value)
1242 {
1243 throw null;
1244 }
1245
1246 [NonEvent]
1247 [global::Cpp2ILInjected.Token(Token = "0x600070E")]
1248 [global::Cpp2ILInjected.Address(RVA = "0x1EE1E68", Offset = "0x1EE1E68", Length = "0x3CC")]
1249 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1250 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Enter", MemberParameters = new object[]
1251 {
1252 typeof(object),
1253 typeof(object),
1254 typeof(string)
1255 }, ReturnType = typeof(void))]
1256 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Enter", MemberParameters = new object[]
1257 {
1258 typeof(object),
1259 typeof(object),
1260 typeof(object),
1261 typeof(string)
1262 }, ReturnType = typeof(void))]
1263 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Enter", MemberParameters = new object[]
1264 {
1265 typeof(object),
1266 typeof(object),
1267 typeof(object),
1268 typeof(object),
1269 typeof(string)
1270 }, ReturnType = typeof(void))]
1271 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Exit", MemberParameters = new object[]
1272 {
1273 typeof(object),
1274 typeof(object),
1275 typeof(string)
1276 }, ReturnType = typeof(void))]
1277 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Exit", MemberParameters = new object[]
1278 {
1279 typeof(object),
1280 typeof(object),
1281 typeof(object),
1282 typeof(string)
1283 }, ReturnType = typeof(void))]
1284 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Info", MemberParameters = new object[]
1285 {
1286 typeof(object),
1287 typeof(object),
1288 typeof(string)
1289 }, ReturnType = typeof(void))]
1290 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Error", MemberParameters = new object[]
1291 {
1292 typeof(object),
1293 typeof(object),
1294 typeof(string)
1295 }, ReturnType = typeof(void))]
1296 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Fail", MemberParameters = new object[]
1297 {
1298 typeof(object),
1299 typeof(object),
1300 typeof(string)
1301 }, ReturnType = typeof(void))]
1302 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Format", MemberParameters = new object[] { typeof(FormattableString) }, ReturnType = typeof(string))]
1303 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 19)]
1304 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(Type))]
1305 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
1306 {
1307 typeof(string),
1308 typeof(string)
1309 }, ReturnType = typeof(bool))]
1310 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "IdOf", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(string))]
1311 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array), Member = "get_Length", ReturnType = typeof(int))]
1312 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
1313 {
1314 typeof(string),
1315 typeof(object),
1316 typeof(object)
1317 }, ReturnType = typeof(string))]
1318 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
1319 {
1320 typeof(string),
1321 typeof(object)
1322 }, ReturnType = typeof(string))]
1323 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
1324 {
1325 typeof(string),
1326 typeof(object),
1327 typeof(object),
1328 typeof(object)
1329 }, ReturnType = typeof(string))]
1330 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 19)]
1331 public static object Format(object value)
1332 {
1333 throw null;
1334 }
1335
1336 [NonEvent]
1337 [global::Cpp2ILInjected.Token(Token = "0x600070F")]
1338 [global::Cpp2ILInjected.Address(RVA = "0x1EE19F8", Offset = "0x1EE19F8", Length = "0x314")]
1339 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1340 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Enter", MemberParameters = new object[]
1341 {
1342 typeof(object),
1344 typeof(string)
1345 }, ReturnType = typeof(void))]
1346 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Exit", MemberParameters = new object[]
1347 {
1348 typeof(object),
1350 typeof(string)
1351 }, ReturnType = typeof(void))]
1352 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Info", MemberParameters = new object[]
1353 {
1354 typeof(object),
1356 typeof(string)
1357 }, ReturnType = typeof(void))]
1358 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Error", MemberParameters = new object[]
1359 {
1360 typeof(object),
1362 typeof(string)
1363 }, ReturnType = typeof(void))]
1364 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Fail", MemberParameters = new object[]
1365 {
1366 typeof(object),
1368 typeof(string)
1369 }, ReturnType = typeof(void))]
1370 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
1371 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "Format", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(object))]
1372 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
1373 {
1374 typeof(string),
1375 typeof(object),
1376 typeof(object)
1377 }, ReturnType = typeof(string))]
1378 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
1379 {
1380 typeof(string),
1381 typeof(object),
1382 typeof(object),
1383 typeof(object)
1384 }, ReturnType = typeof(string))]
1385 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
1386 {
1387 typeof(string),
1388 typeof(object)
1389 }, ReturnType = typeof(string))]
1390 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
1391 {
1392 typeof(string),
1393 typeof(object[])
1394 }, ReturnType = typeof(string))]
1395 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 12)]
1396 private static string Format(FormattableString s)
1397 {
1398 throw null;
1399 }
1400
1401 [NonEvent]
1402 [global::Cpp2ILInjected.Token(Token = "0x6000710")]
1403 [global::Cpp2ILInjected.Address(RVA = "0x1EE3470", Offset = "0x1EE3470", Length = "0x1FC")]
1404 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1405 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "Associate", MemberParameters = new object[]
1406 {
1407 typeof(string),
1408 typeof(string),
1409 typeof(string),
1410 typeof(string)
1411 }, ReturnType = typeof(void))]
1412 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1413 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventSource), Member = "IsEnabled", ReturnType = typeof(bool))]
1414 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RuntimeHelpers), Member = "get_OffsetToStringData", ReturnType = typeof(int))]
1415 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(IntPtr), Member = "op_Explicit", MemberParameters = new object[] { typeof(void*) }, ReturnType = typeof(IntPtr))]
1416 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventSource), Member = "WriteEventCore", MemberParameters = new object[]
1417 {
1418 typeof(int),
1419 typeof(int),
1421 }, ReturnType = typeof(void))]
1422 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
1423 private unsafe void WriteEvent(int eventId, string arg1, string arg2, string arg3, string arg4)
1424 {
1425 throw null;
1426 }
1427
1428 [NonEvent]
1429 [global::Cpp2ILInjected.Token(Token = "0x6000711")]
1430 [global::Cpp2ILInjected.Address(RVA = "0x1EE302C", Offset = "0x1EE302C", Length = "0x224")]
1431 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1432 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetEventSource), Member = "DumpBuffer", MemberParameters = new object[]
1433 {
1434 typeof(string),
1435 typeof(string),
1436 typeof(byte[])
1437 }, ReturnType = typeof(void))]
1438 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1439 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventSource), Member = "IsEnabled", ReturnType = typeof(bool))]
1440 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RuntimeHelpers), Member = "get_OffsetToStringData", ReturnType = typeof(int))]
1441 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(IntPtr), Member = "op_Explicit", MemberParameters = new object[] { typeof(void*) }, ReturnType = typeof(IntPtr))]
1442 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventSource), Member = "WriteEventCore", MemberParameters = new object[]
1443 {
1444 typeof(int),
1445 typeof(int),
1447 }, ReturnType = typeof(void))]
1448 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
1449 private unsafe void WriteEvent(int eventId, string arg1, string arg2, byte[] arg3)
1450 {
1451 throw null;
1452 }
1453
1454 [NonEvent]
1455 [global::Cpp2ILInjected.Token(Token = "0x6000712")]
1456 [global::Cpp2ILInjected.Address(RVA = "0x1EE36D0", Offset = "0x1EE36D0", Length = "0x164")]
1457 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1458 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1459 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventSource), Member = "IsEnabled", ReturnType = typeof(bool))]
1460 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RuntimeHelpers), Member = "get_OffsetToStringData", ReturnType = typeof(int))]
1461 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(IntPtr), Member = "op_Explicit", MemberParameters = new object[] { typeof(void*) }, ReturnType = typeof(IntPtr))]
1462 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventSource), Member = "WriteEventCore", MemberParameters = new object[]
1463 {
1464 typeof(int),
1465 typeof(int),
1467 }, ReturnType = typeof(void))]
1468 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
1469 private unsafe void WriteEvent(int eventId, string arg1, int arg2, int arg3, int arg4)
1470 {
1471 throw null;
1472 }
1473
1474 [NonEvent]
1475 [global::Cpp2ILInjected.Token(Token = "0x6000713")]
1476 [global::Cpp2ILInjected.Address(RVA = "0x1EE3834", Offset = "0x1EE3834", Length = "0x184")]
1477 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1478 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1479 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventSource), Member = "IsEnabled", ReturnType = typeof(bool))]
1480 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RuntimeHelpers), Member = "get_OffsetToStringData", ReturnType = typeof(int))]
1481 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(IntPtr), Member = "op_Explicit", MemberParameters = new object[] { typeof(void*) }, ReturnType = typeof(IntPtr))]
1482 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventSource), Member = "WriteEventCore", MemberParameters = new object[]
1483 {
1484 typeof(int),
1485 typeof(int),
1487 }, ReturnType = typeof(void))]
1488 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
1489 private unsafe void WriteEvent(int eventId, string arg1, int arg2, string arg3)
1490 {
1491 throw null;
1492 }
1493
1494 [NonEvent]
1495 [global::Cpp2ILInjected.Token(Token = "0x6000714")]
1496 [global::Cpp2ILInjected.Address(RVA = "0x1EE39B8", Offset = "0x1EE39B8", Length = "0x184")]
1497 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1498 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1499 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventSource), Member = "IsEnabled", ReturnType = typeof(bool))]
1500 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RuntimeHelpers), Member = "get_OffsetToStringData", ReturnType = typeof(int))]
1501 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(IntPtr), Member = "op_Explicit", MemberParameters = new object[] { typeof(void*) }, ReturnType = typeof(IntPtr))]
1502 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventSource), Member = "WriteEventCore", MemberParameters = new object[]
1503 {
1504 typeof(int),
1505 typeof(int),
1507 }, ReturnType = typeof(void))]
1508 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
1509 private unsafe void WriteEvent(int eventId, string arg1, string arg2, int arg3)
1510 {
1511 throw null;
1512 }
1513
1514 [NonEvent]
1515 [global::Cpp2ILInjected.Token(Token = "0x6000715")]
1516 [global::Cpp2ILInjected.Address(RVA = "0x1EE3B3C", Offset = "0x1EE3B3C", Length = "0x1D0")]
1517 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1518 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1519 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventSource), Member = "IsEnabled", ReturnType = typeof(bool))]
1520 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RuntimeHelpers), Member = "get_OffsetToStringData", ReturnType = typeof(int))]
1521 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(IntPtr), Member = "op_Explicit", MemberParameters = new object[] { typeof(void*) }, ReturnType = typeof(IntPtr))]
1522 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventSource), Member = "WriteEventCore", MemberParameters = new object[]
1523 {
1524 typeof(int),
1525 typeof(int),
1527 }, ReturnType = typeof(void))]
1528 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
1529 private unsafe void WriteEvent(int eventId, string arg1, string arg2, string arg3, int arg4)
1530 {
1531 throw null;
1532 }
1533
1534 [global::Cpp2ILInjected.Token(Token = "0x6000716")]
1535 [global::Cpp2ILInjected.Address(RVA = "0x1EE3D0C", Offset = "0x1EE3D0C", Length = "0x8")]
1536 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1537 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventSource), Member = ".ctor", ReturnType = typeof(void))]
1539 {
1540 throw null;
1541 }
1542
1543 // Note: this type is marked as 'beforefieldinit'.
1544 [global::Cpp2ILInjected.Token(Token = "0x6000717")]
1545 [global::Cpp2ILInjected.Address(RVA = "0x1EE3D14", Offset = "0x1EE3D14", Length = "0x5C")]
1546 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1547 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventSource), Member = ".ctor", ReturnType = typeof(void))]
1548 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1550 {
1551 throw null;
1552 }
1553
1554 [global::Cpp2ILInjected.Token(Token = "0x400056A")]
1556
1557 [global::Cpp2ILInjected.Token(Token = "0x400056B")]
1558 private const string MissingMember = "(?)";
1559
1560 [global::Cpp2ILInjected.Token(Token = "0x400056C")]
1561 private const string NullInstance = "(null)";
1562
1563 [global::Cpp2ILInjected.Token(Token = "0x400056D")]
1564 private const string StaticMethodObject = "(static)";
1565
1566 [global::Cpp2ILInjected.Token(Token = "0x400056E")]
1567 private const string NoParameters = "";
1568
1569 [global::Cpp2ILInjected.Token(Token = "0x400056F")]
1570 private const int MaxDumpSize = 1024;
1571
1572 [global::Cpp2ILInjected.Token(Token = "0x4000570")]
1573 private const int EnterEventId = 1;
1574
1575 [global::Cpp2ILInjected.Token(Token = "0x4000571")]
1576 private const int ExitEventId = 2;
1577
1578 [global::Cpp2ILInjected.Token(Token = "0x4000572")]
1579 private const int AssociateEventId = 3;
1580
1581 [global::Cpp2ILInjected.Token(Token = "0x4000573")]
1582 private const int InfoEventId = 4;
1583
1584 [global::Cpp2ILInjected.Token(Token = "0x4000574")]
1585 private const int ErrorEventId = 5;
1586
1587 [global::Cpp2ILInjected.Token(Token = "0x4000575")]
1588 private const int CriticalFailureEventId = 6;
1589
1590 [global::Cpp2ILInjected.Token(Token = "0x4000576")]
1591 private const int DumpArrayEventId = 7;
1592
1593 [global::Cpp2ILInjected.Token(Token = "0x4000577")]
1594 private const int EnumerateSecurityPackagesId = 8;
1595
1596 [global::Cpp2ILInjected.Token(Token = "0x4000578")]
1597 private const int SspiPackageNotFoundId = 9;
1598
1599 [global::Cpp2ILInjected.Token(Token = "0x4000579")]
1600 private const int AcquireDefaultCredentialId = 10;
1601
1602 [global::Cpp2ILInjected.Token(Token = "0x400057A")]
1603 private const int AcquireCredentialsHandleId = 11;
1604
1605 [global::Cpp2ILInjected.Token(Token = "0x400057B")]
1606 private const int InitializeSecurityContextId = 12;
1607
1608 [global::Cpp2ILInjected.Token(Token = "0x400057C")]
1609 private const int SecurityContextInputBufferId = 13;
1610
1611 [global::Cpp2ILInjected.Token(Token = "0x400057D")]
1612 private const int SecurityContextInputBuffersId = 14;
1613
1614 [global::Cpp2ILInjected.Token(Token = "0x400057E")]
1615 private const int AcceptSecuritContextId = 15;
1616
1617 [global::Cpp2ILInjected.Token(Token = "0x400057F")]
1618 private const int OperationReturnedSomethingId = 16;
1619
1620 [global::Cpp2ILInjected.Token(Token = "0x4000580")]
1621 private const int NextAvailableEventId = 17;
1622
1623 [global::Cpp2ILInjected.Token(Token = "0x200012A")]
1624 public class Keywords
1625 {
1626 [global::Cpp2ILInjected.Token(Token = "0x6000718")]
1627 [global::Cpp2ILInjected.Address(RVA = "0x1EE3D70", Offset = "0x1EE3D70", Length = "0x8")]
1628 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1629 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1630 public Keywords()
1631 {
1632 throw null;
1633 }
1634
1635 [global::Cpp2ILInjected.Token(Token = "0x4000581")]
1637
1638 [global::Cpp2ILInjected.Token(Token = "0x4000582")]
1640
1641 [global::Cpp2ILInjected.Token(Token = "0x4000583")]
1643 }
1644 }
1645}
class f__AnonymousType0<< Count > j__TPar
void DumpBuffer(string thisOrContextObject, string memberName, byte[] buffer)
unsafe void WriteEvent(int eventId, string arg1, string arg2, string arg3, int arg4)
static void Exit(object thisOrContextObject, FormattableString formattableString=null, [CallerMemberName] string memberName=null)
void Enter(string thisOrContextObject, string memberName, string parameters)
void Associate(string thisOrContextObject, string memberName, string first, string second)
void CriticalFailure(string thisOrContextObject, string memberName, string message)
void ErrorMessage(string thisOrContextObject, string memberName, string message)
static void Info(object thisOrContextObject, FormattableString formattableString=null, [CallerMemberName] string memberName=null)
static void Error(object thisOrContextObject, object message, [CallerMemberName] string memberName=null)
static void Fail(object thisOrContextObject, object message, [CallerMemberName] string memberName=null)
void Info(string thisOrContextObject, string memberName, string message)
unsafe void WriteEvent(int eventId, string arg1, string arg2, int arg3)
static string IdOf(object value)
static string Format(FormattableString s)
static readonly NetEventSource Log
static void Associate(object thisOrContextObject, object first, object second, [CallerMemberName] string memberName=null)
static void DebugValidateArg(object arg)
static void Fail(object thisOrContextObject, FormattableString formattableString, [CallerMemberName] string memberName=null)
static void Exit(object thisOrContextObject, object arg0, object arg1, [CallerMemberName] string memberName=null)
static void Error(object thisOrContextObject, FormattableString formattableString, [CallerMemberName] string memberName=null)
static void Associate(object first, object second, [CallerMemberName] string memberName=null)
static int GetHashCode(object value)
unsafe void WriteEvent(int eventId, string arg1, string arg2, byte[] arg3)
unsafe void WriteEvent(int eventId, string arg1, int arg2, string arg3)
static void DumpBuffer(object thisOrContextObject, byte[] buffer, [CallerMemberName] string memberName=null)
static void Enter(object thisOrContextObject, object arg0, object arg1, object arg2, [CallerMemberName] string memberName=null)
unsafe void WriteEvent(int eventId, string arg1, string arg2, string arg3, string arg4)
static void Enter(object thisOrContextObject, object arg0, [CallerMemberName] string memberName=null)
unsafe void WriteEvent(int eventId, string arg1, int arg2, int arg3, int arg4)
static void Enter(object thisOrContextObject, FormattableString formattableString=null, [CallerMemberName] string memberName=null)
static void DebugValidateArg(FormattableString arg)
static void Exit(object thisOrContextObject, object arg0, [CallerMemberName] string memberName=null)
void Exit(string thisOrContextObject, string memberName, string result)
static void Info(object thisOrContextObject, object message, [CallerMemberName] string memberName=null)
static object Format(object value)
static unsafe void DumpBuffer(object thisOrContextObject, IntPtr bufferPtr, int count, [CallerMemberName] string memberName=null)
static void Enter(object thisOrContextObject, object arg0, object arg1, [CallerMemberName] string memberName=null)
static void DumpBuffer(object thisOrContextObject, byte[] buffer, int offset, int count, [CallerMemberName] string memberName=null)