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
ExecutionContextSwitcher.cs
Go to the documentation of this file.
1using System;
7
8namespace System.Threading
9{
10 [global::Cpp2ILInjected.Token(Token = "0x20001EB")]
12 {
13 [global::System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptions]
14 [global::System.Runtime.ConstrainedExecution.ReliabilityContract(global::System.Runtime.ConstrainedExecution.Consistency.WillNotCorruptState, global::System.Runtime.ConstrainedExecution.Cer.MayFail)]
15 [global::Cpp2ILInjected.Token(Token = "0x6001180")]
16 [global::Cpp2ILInjected.Address(RVA = "0x1C9A840", Offset = "0x1C9A840", Length = "0x88")]
17 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ExecutionContext), Member = "SetExecutionContext", MemberParameters = new object[]
19 {
21 typeof(bool)
22 }, ReturnType = typeof(ExecutionContextSwitcher))]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ExecutionContextSwitcher), Member = "Undo", ReturnType = typeof(void))]
25 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
26 internal bool UndoNoThrow()
27 {
28 throw null;
29 }
30
31 [global::System.Runtime.ConstrainedExecution.ReliabilityContract(global::System.Runtime.ConstrainedExecution.Consistency.WillNotCorruptState, global::System.Runtime.ConstrainedExecution.Cer.MayFail)]
32 [global::Cpp2ILInjected.Token(Token = "0x6001181")]
33 [global::Cpp2ILInjected.Address(RVA = "0x1C9A8C8", Offset = "0x1C9A8C8", Length = "0x88")]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ExecutionContextSwitcher), Member = "UndoNoThrow", ReturnType = typeof(bool))]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ExecutionContext), Member = "RunInternal", MemberParameters = new object[]
36 {
39 typeof(object),
40 typeof(bool)
41 }, ReturnType = typeof(void))]
42 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.AsyncVoidMethodBuilder), Member = "Start", MemberTypeParameters = new object[] { "TStateMachine" }, MemberParameters = new object[] { "TStateMachine&" }, ReturnType = typeof(void))]
43 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.AsyncTaskMethodBuilder), Member = "Start", MemberTypeParameters = new object[] { "TStateMachine" }, MemberParameters = new object[] { "TStateMachine&" }, ReturnType = typeof(void))]
44 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.AsyncTaskMethodBuilder<>), Member = "Start", MemberTypeParameters = new object[] { "TStateMachine" }, MemberParameters = new object[] { "TStateMachine&" }, ReturnType = typeof(void))]
45 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 13)]
46 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ExecutionContext), Member = "OnAsyncLocalContextChanged", MemberParameters = new object[]
47 {
48 typeof(ExecutionContext),
49 typeof(ExecutionContext)
50 }, ReturnType = typeof(void))]
51 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
52 internal void Undo()
53 {
54 throw null;
55 }
56
57 [global::Cpp2ILInjected.Token(Token = "0x4000976")]
58 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
60
61 [global::Cpp2ILInjected.Token(Token = "0x4000977")]
62 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
63 internal bool outerECBelongsToScope;
64
65 [global::Cpp2ILInjected.Token(Token = "0x4000978")]
66 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
67 internal object hecsw;
68
69 [global::Cpp2ILInjected.Token(Token = "0x4000979")]
70 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
71 internal Thread thread;
72 }
73}
class f__AnonymousType0<< Count > j__TPar
delegate void ContextCallback(object state)