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
AsyncMethodBuilderCore.cs
Go to the documentation of this file.
1using System;
8
10{
11 [global::Cpp2ILInjected.Token(Token = "0x2000492")]
12 internal struct AsyncMethodBuilderCore
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6002274")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1B74534", Offset = "0x1B74534", Length = "0xBC")]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(AsyncTaskMethodBuilder<>), Member = "SetStateMachine", MemberParameters = new object[] { typeof(IAsyncStateMachine) }, ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x6002275")]
28 [global::Cpp2ILInjected.Address(RVA = "0x1B74E9C", Offset = "0x1B74E9C", Length = "0x1B8")]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(AsyncVoidMethodBuilder), Member = "AwaitUnsafeOnCompleted", MemberTypeParameters = new object[] { "TAwaiter", "TStateMachine" }, MemberParameters = new object[] { "TAwaiter&", "TStateMachine&" }, ReturnType = typeof(void))]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(AsyncTaskMethodBuilder<>), Member = "AwaitUnsafeOnCompleted", MemberTypeParameters = new object[] { "TAwaiter", "TStateMachine" }, MemberParameters = new object[] { "TAwaiter&", "TStateMachine&" }, ReturnType = typeof(void))]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Diagnostics.Debugger), Member = "NotifyOfCrossThreadDependency", ReturnType = typeof(void))]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.ExecutionContext), Member = "FastCapture", ReturnType = typeof(global::System.Threading.ExecutionContext))]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.ExecutionContext), Member = "get_IsPreAllocatedDefault", ReturnType = typeof(bool))]
35 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Action), Member = ".ctor", MemberParameters = new object[]
37 {
38 typeof(object),
39 typeof(global::System.IntPtr)
40 }, ReturnType = typeof(void))]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AsyncMethodBuilderCore), Member = "OutputAsyncCausalityEvents", MemberParameters = new object[]
42 {
43 typeof(global::System.Threading.Tasks.Task),
44 typeof(global::System.Action)
45 }, ReturnType = typeof(global::System.Action))]
46 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
47 internal global::System.Action GetCompletionAction(global::System.Threading.Tasks.Task taskForTracing, ref AsyncMethodBuilderCore.MoveNextRunner runnerToInitialize)
48 {
49 throw null;
50 }
51
52 [global::Cpp2ILInjected.Token(Token = "0x6002276")]
53 [global::Cpp2ILInjected.Address(RVA = "0x1B75080", Offset = "0x1B75080", Length = "0xBC")]
54 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(AsyncMethodBuilderCore), Member = "GetCompletionAction", MemberParameters = new object[]
55 {
56 typeof(global::System.Threading.Tasks.Task),
58 }, ReturnType = typeof(global::System.Action))]
59 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
60 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Action), Member = ".ctor", MemberParameters = new object[]
62 {
63 typeof(object),
64 typeof(global::System.IntPtr)
65 }, ReturnType = typeof(void))]
66 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AsyncMethodBuilderCore), Member = "CreateContinuationWrapper", MemberParameters = new object[]
67 {
68 typeof(global::System.Action),
69 typeof(global::System.Action),
70 typeof(global::System.Threading.Tasks.Task)
71 }, ReturnType = typeof(global::System.Action))]
72 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
73 private global::System.Action OutputAsyncCausalityEvents(global::System.Threading.Tasks.Task innerTask, global::System.Action continuation)
74 {
75 throw null;
76 }
77
78 [global::Cpp2ILInjected.Token(Token = "0x6002277")]
79 [global::Cpp2ILInjected.Address(RVA = "0x1B75200", Offset = "0x1B75200", Length = "0x194")]
80 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
81 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(AsyncVoidMethodBuilder), Member = "AwaitUnsafeOnCompleted", MemberTypeParameters = new object[] { "TAwaiter", "TStateMachine" }, MemberParameters = new object[] { "TAwaiter&", "TStateMachine&" }, ReturnType = typeof(void))]
82 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(AsyncTaskMethodBuilder<>), Member = "AwaitUnsafeOnCompleted", MemberTypeParameters = new object[] { "TAwaiter", "TStateMachine" }, MemberParameters = new object[] { "TAwaiter&", "TStateMachine&" }, ReturnType = typeof(void))]
83 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
84 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Tasks.AsyncCausalityTracer), Member = "get_LoggingOn", ReturnType = typeof(bool))]
85 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Tasks.Task), Member = "get_Id", ReturnType = typeof(int))]
86 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(global::System.Type))]
87 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
88 {
89 typeof(string),
90 typeof(string)
91 }, ReturnType = typeof(string))]
92 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Tasks.AsyncCausalityTracer), Member = "TraceOperationCreation", MemberParameters = new object[]
93 {
94 typeof(global::System.Threading.Tasks.CausalityTraceLevel),
95 typeof(int),
96 typeof(string),
98 }, ReturnType = typeof(void))]
99 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Tasks.Task), Member = "AddToActiveTasks", MemberParameters = new object[] { typeof(global::System.Threading.Tasks.Task) }, ReturnType = typeof(bool))]
100 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
102 {
103 throw null;
104 }
105
106 [global::Cpp2ILInjected.Token(Token = "0x6002278")]
107 [global::Cpp2ILInjected.Address(RVA = "0x1B7486C", Offset = "0x1B7486C", Length = "0x2B8")]
108 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
109 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(AsyncVoidMethodBuilder), Member = "AwaitUnsafeOnCompleted", MemberTypeParameters = new object[] { "TAwaiter", "TStateMachine" }, MemberParameters = new object[] { "TAwaiter&", "TStateMachine&" }, ReturnType = typeof(void))]
110 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(AsyncVoidMethodBuilder), Member = "SetException", MemberParameters = new object[] { typeof(global::System.Exception) }, ReturnType = typeof(void))]
111 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(AsyncVoidMethodBuilder), Member = "NotifySynchronizationContextOfCompletion", ReturnType = typeof(void))]
112 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(AsyncTaskMethodBuilder<>), Member = "AwaitUnsafeOnCompleted", MemberTypeParameters = new object[] { "TAwaiter", "TStateMachine" }, MemberParameters = new object[] { "TAwaiter&", "TStateMachine&" }, ReturnType = typeof(void))]
113 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
114 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.ExceptionServices.ExceptionDispatchInfo), Member = "Capture", MemberParameters = new object[] { typeof(global::System.Exception) }, ReturnType = typeof(global::System.Runtime.ExceptionServices.ExceptionDispatchInfo))]
115 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.SendOrPostCallback), Member = ".ctor", MemberParameters = new object[]
116 {
117 typeof(object),
118 typeof(global::System.IntPtr)
119 }, ReturnType = typeof(void))]
120 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.AggregateException), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Exception[]) }, ReturnType = typeof(void))]
121 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.WaitCallback), Member = ".ctor", MemberParameters = new object[]
122 {
123 typeof(object),
124 typeof(global::System.IntPtr)
125 }, ReturnType = typeof(void))]
126 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.ThreadPool), Member = "QueueUserWorkItem", MemberParameters = new object[]
127 {
128 typeof(global::System.Threading.WaitCallback),
129 typeof(object)
130 }, ReturnType = typeof(bool))]
131 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 28)]
132 internal static void ThrowAsync(global::System.Exception exception, global::System.Threading.SynchronizationContext targetContext)
133 {
134 throw null;
135 }
136
137 [global::Cpp2ILInjected.Token(Token = "0x6002279")]
138 [global::Cpp2ILInjected.Address(RVA = "0x1B75144", Offset = "0x1B75144", Length = "0xBC")]
139 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(AsyncMethodBuilderCore), Member = "OutputAsyncCausalityEvents", MemberParameters = new object[]
140 {
141 typeof(global::System.Threading.Tasks.Task),
142 typeof(global::System.Action)
143 }, ReturnType = typeof(global::System.Action))]
144 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
145 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AsyncMethodBuilderCore.ContinuationWrapper), Member = ".ctor", MemberParameters = new object[]
146 {
147 typeof(global::System.Action),
148 typeof(global::System.Action),
149 typeof(global::System.Threading.Tasks.Task)
150 }, ReturnType = typeof(void))]
151 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Action), Member = ".ctor", MemberParameters = new object[]
152 {
153 typeof(object),
154 typeof(global::System.IntPtr)
155 }, ReturnType = typeof(void))]
156 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
157 internal static global::System.Action CreateContinuationWrapper(global::System.Action continuation, global::System.Action invokeAction, global::System.Threading.Tasks.Task innerTask = null)
158 {
159 throw null;
160 }
161
162 [global::Cpp2ILInjected.Token(Token = "0x600227A")]
163 [global::Cpp2ILInjected.Address(RVA = "0x1B753E0", Offset = "0x1B753E0", Length = "0x84")]
164 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
165 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(AsyncMethodBuilderCore.ContinuationWrapper), Member = ".ctor", MemberParameters = new object[]
166 {
167 typeof(global::System.Action),
168 typeof(global::System.Action),
169 typeof(global::System.Threading.Tasks.Task)
170 }, ReturnType = typeof(void))]
171 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
172 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
173 internal static global::System.Threading.Tasks.Task TryGetContinuationTask(global::System.Action action)
174 {
175 throw null;
176 }
177
178 [global::Cpp2ILInjected.Token(Token = "0x40012D2")]
179 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
181
182 [global::Cpp2ILInjected.Token(Token = "0x40012D3")]
183 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
184 internal global::System.Action m_defaultContextAction;
185
186 [global::Cpp2ILInjected.Token(Token = "0x2000493")]
187 internal sealed class MoveNextRunner
188 {
189 [global::Cpp2ILInjected.Token(Token = "0x600227B")]
190 [global::Cpp2ILInjected.Address(RVA = "0x1B75054", Offset = "0x1B75054", Length = "0x2C")]
191 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
192 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
193 internal MoveNextRunner(global::System.Threading.ExecutionContext context, IAsyncStateMachine stateMachine)
194 {
195 throw null;
196 }
197
198 [global::Cpp2ILInjected.Token(Token = "0x600227C")]
199 [global::Cpp2ILInjected.Address(RVA = "0x1B75464", Offset = "0x1B75464", Length = "0x1E0")]
200 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
201 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
202 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.ContextCallback), Member = ".ctor", MemberParameters = new object[]
203 {
204 typeof(object),
205 typeof(global::System.IntPtr)
206 }, ReturnType = typeof(void))]
207 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.ExecutionContext), Member = "Run", MemberParameters = new object[]
208 {
209 typeof(global::System.Threading.ExecutionContext),
210 typeof(global::System.Threading.ContextCallback),
211 typeof(object),
212 typeof(bool)
213 }, ReturnType = typeof(void))]
214 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.ExecutionContext), Member = "Dispose", ReturnType = typeof(void))]
215 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 15)]
216 internal void Run()
217 {
218 throw null;
219 }
220
221 [global::Cpp2ILInjected.Token(Token = "0x600227D")]
222 [global::Cpp2ILInjected.Address(RVA = "0x1B75644", Offset = "0x1B75644", Length = "0xD8")]
223 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
224 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
225 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
226 private static void InvokeMoveNext(object stateMachine)
227 {
228 throw null;
229 }
230
231 [global::Cpp2ILInjected.Token(Token = "0x40012D4")]
232 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
233 private readonly global::System.Threading.ExecutionContext m_context;
234
235 [global::Cpp2ILInjected.Token(Token = "0x40012D5")]
236 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
238
239 [global::Cpp2ILInjected.Token(Token = "0x40012D6")]
240 private static global::System.Threading.ContextCallback s_invokeMoveNext;
241 }
242
243 [global::Cpp2ILInjected.Token(Token = "0x2000494")]
245 {
246 [global::Cpp2ILInjected.Token(Token = "0x600227E")]
247 [global::Cpp2ILInjected.Address(RVA = "0x1B75394", Offset = "0x1B75394", Length = "0x4C")]
248 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(AsyncMethodBuilderCore), Member = "CreateContinuationWrapper", MemberParameters = new object[]
249 {
250 typeof(global::System.Action),
251 typeof(global::System.Action),
252 typeof(global::System.Threading.Tasks.Task)
253 }, ReturnType = typeof(global::System.Action))]
254 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
255 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
256 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AsyncMethodBuilderCore), Member = "TryGetContinuationTask", MemberParameters = new object[] { typeof(global::System.Action) }, ReturnType = typeof(global::System.Threading.Tasks.Task))]
257 internal ContinuationWrapper(global::System.Action continuation, global::System.Action invokeAction, global::System.Threading.Tasks.Task innerTask)
258 {
259 throw null;
260 }
261
262 [global::Cpp2ILInjected.Token(Token = "0x600227F")]
263 [global::Cpp2ILInjected.Address(RVA = "0x1B7571C", Offset = "0x1B7571C", Length = "0x14")]
264 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
265 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
266 internal void Invoke()
267 {
268 throw null;
269 }
270
271 [global::Cpp2ILInjected.Token(Token = "0x40012D7")]
272 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
273 internal readonly global::System.Action m_continuation;
274
275 [global::Cpp2ILInjected.Token(Token = "0x40012D8")]
276 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
277 private readonly global::System.Action m_invokeAction;
278
279 [global::Cpp2ILInjected.Token(Token = "0x40012D9")]
280 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
281 internal readonly global::System.Threading.Tasks.Task m_innerTask;
282 }
283
285 [global::Cpp2ILInjected.Token(Token = "0x2000495")]
286 private sealed class <>c__DisplayClass5_0
287 {
288 [global::Cpp2ILInjected.Token(Token = "0x6002280")]
289 [global::Cpp2ILInjected.Address(RVA = "0x1B7513C", Offset = "0x1B7513C", Length = "0x8")]
290 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
291 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
293 {
294 throw null;
295 }
296
297 [global::Cpp2ILInjected.Token(Token = "0x6002281")]
298 [global::Cpp2ILInjected.Address(RVA = "0x1B75730", Offset = "0x1B75730", Length = "0x50")]
299 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
300 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
301 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Tasks.Task), Member = "get_Id", ReturnType = typeof(int))]
302 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Tasks.AsyncCausalityTracer), Member = "TraceSynchronousWorkStart", MemberParameters = new object[]
303 {
304 typeof(global::System.Threading.Tasks.CausalityTraceLevel),
305 typeof(int),
306 typeof(global::System.Threading.Tasks.CausalitySynchronousWork)
307 }, ReturnType = typeof(void))]
308 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Tasks.AsyncCausalityTracer), Member = "TraceSynchronousWorkCompletion", MemberParameters = new object[]
309 {
310 typeof(global::System.Threading.Tasks.CausalityTraceLevel),
311 typeof(global::System.Threading.Tasks.CausalitySynchronousWork)
312 }, ReturnType = typeof(void))]
314 {
315 throw null;
316 }
317
318 [global::Cpp2ILInjected.Token(Token = "0x40012DA")]
319 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
320 public global::System.Threading.Tasks.Task innerTask;
321
322 [global::Cpp2ILInjected.Token(Token = "0x40012DB")]
323 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
324 public global::System.Action continuation;
325 }
326
328 [global::Cpp2ILInjected.Token(Token = "0x2000496")]
329 [global::System.Serializable]
330 private sealed class <>c
331 {
332 // Note: this type is marked as 'beforefieldinit'.
333 [global::Cpp2ILInjected.Token(Token = "0x6002282")]
334 [global::Cpp2ILInjected.Address(RVA = "0x1B75780", Offset = "0x1B75780", Length = "0x5C")]
335 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
336 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
337 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
338 static <>c()
339 {
340 throw null;
341 }
342
343 [global::Cpp2ILInjected.Token(Token = "0x6002283")]
344 [global::Cpp2ILInjected.Address(RVA = "0x1B757DC", Offset = "0x1B757DC", Length = "0x8")]
345 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
346 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
347 public <>c()
348 {
349 throw null;
350 }
351
352 [global::Cpp2ILInjected.Token(Token = "0x6002284")]
353 [global::Cpp2ILInjected.Address(RVA = "0x1B757E4", Offset = "0x1B757E4", Length = "0x50")]
354 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
355 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.ExceptionServices.ExceptionDispatchInfo), Member = "Throw", ReturnType = typeof(void))]
356 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
357 internal void <ThrowAsync>b__7_0(object state)
358 {
359 throw null;
360 }
361
362 [global::Cpp2ILInjected.Token(Token = "0x6002285")]
363 [global::Cpp2ILInjected.Address(RVA = "0x1B75834", Offset = "0x1B75834", Length = "0x50")]
364 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
365 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.ExceptionServices.ExceptionDispatchInfo), Member = "Throw", ReturnType = typeof(void))]
366 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
367 internal void <ThrowAsync>b__7_1(object state)
368 {
369 throw null;
370 }
371
372 [global::Cpp2ILInjected.Token(Token = "0x40012DC")]
373 public static readonly AsyncMethodBuilderCore.<>c <>9;
374
375 [global::Cpp2ILInjected.Token(Token = "0x40012DD")]
376 public static global::System.Threading.SendOrPostCallback <>9__7_0;
377
378 [global::Cpp2ILInjected.Token(Token = "0x40012DE")]
379 public static global::System.Threading.WaitCallback <>9__7_1;
380 }
381 }
382}
class f__AnonymousType0<< Count > j__TPar
ContinuationWrapper(global::System.Action continuation, global::System.Action invokeAction, global::System.Threading.Tasks.Task innerTask)
MoveNextRunner(global::System.Threading.ExecutionContext context, IAsyncStateMachine stateMachine)
static global::System.Threading.Tasks.Task TryGetContinuationTask(global::System.Action action)
static global::System.Action CreateContinuationWrapper(global::System.Action continuation, global::System.Action invokeAction, global::System.Threading.Tasks.Task innerTask=null)
void PostBoxInitialization(IAsyncStateMachine stateMachine, AsyncMethodBuilderCore.MoveNextRunner runner, global::System.Threading.Tasks.Task builtTask)
global::System.Action GetCompletionAction(global::System.Threading.Tasks.Task taskForTracing, ref AsyncMethodBuilderCore.MoveNextRunner runnerToInitialize)
static void ThrowAsync(global::System.Exception exception, global::System.Threading.SynchronizationContext targetContext)
global::System.Action OutputAsyncCausalityEvents(global::System.Threading.Tasks.Task innerTask, global::System.Action continuation)