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
AsyncOperationManager.cs
Go to the documentation of this file.
1using System;
2using System.Net;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x200032F")]
10 public static class AsyncOperationManager
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x600153F")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1E3A608", Offset = "0x1E3A608", Length = "0x1C")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebClient), Member = "StartAsyncOperation", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(AsyncOperation))]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AsyncOperationManager), Member = "get_SynchronizationContext", ReturnType = typeof(SynchronizationContext))]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AsyncOperation), Member = "CreateOperation", MemberParameters = new object[]
18 {
19 typeof(object),
21 }, ReturnType = typeof(AsyncOperation))]
23 {
24 throw null;
25 }
26
28 [global::Cpp2ILInjected.Token(Token = "0x170004D9")]
30 {
31 [global::Cpp2ILInjected.Token(Token = "0x6001540")]
32 [global::Cpp2ILInjected.Address(RVA = "0x1E3A624", Offset = "0x1E3A624", Length = "0x64")]
33 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(AsyncOperationManager), Member = "CreateOperation", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(AsyncOperation))]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BackgroundWorker), Member = "RunWorkerAsync", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SynchronizationContext), Member = "get_Current", ReturnType = typeof(SynchronizationContext))]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SynchronizationContext), Member = ".ctor", ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SynchronizationContext), Member = "SetSynchronizationContext", MemberParameters = new object[] { typeof(SynchronizationContext) }, ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
40 get
41 {
42 throw null;
43 }
44 [global::Cpp2ILInjected.Token(Token = "0x6001541")]
45 [global::Cpp2ILInjected.Address(RVA = "0x1E3A688", Offset = "0x1E3A688", Length = "0x8")]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
47 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SynchronizationContext), Member = "SetSynchronizationContext", MemberParameters = new object[] { typeof(SynchronizationContext) }, ReturnType = typeof(void))]
48 set
49 {
50 throw null;
51 }
52 }
53 }
54}
class f__AnonymousType0<< Count > j__TPar
static AsyncOperation CreateOperation(object userSuppliedState)