terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
AsyncTaskCache.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x02000491 RID: 1169
8 internal static class AsyncTaskCache
9 {
10 // Token: 0x06002271 RID: 8817 RVA: 0x0004D750 File Offset: 0x0004B950
11 private static Task<int>[] CreateInt32Tasks()
12 {
13 if (!true)
14 {
15 }
17 }
18
19 // Token: 0x06002272 RID: 8818 RVA: 0x0000207A File Offset: 0x0000027A
21 {
22 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
23 }
24
25 // Token: 0x06002273 RID: 8819 RVA: 0x0004D76C File Offset: 0x0004B96C
26 // Note: this type is marked as 'beforefieldinit'.
31
32 // Token: 0x040012CF RID: 4815
33 internal static readonly Task<bool> TrueTask;
34
35 // Token: 0x040012D0 RID: 4816
36 internal static readonly Task<bool> FalseTask;
37
38 // Token: 0x040012D1 RID: 4817
39 internal static readonly Task<int>[] Int32Tasks;
40 }
41}
class f__AnonymousType0<< Count > j__TPar
static Task< TResult > CreateCacheableTask< TResult >(TResult result)