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

◆ ContextCopy

ExecutionContext System.Net.ContextAwareResult.ContextCopy
getsetpackage

Definition at line 86 of file ContextAwareResult.cs.

87 {
88 [global::Cpp2ILInjected.Token(Token = "0x60006D2")]
89 [global::Cpp2ILInjected.Address(RVA = "0x1EDF904", Offset = "0x1EDF904", Length = "0x274")]
90 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
91 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
92 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(LazyAsyncResult), Member = "get_InternalPeekCompleted", ReturnType = typeof(bool))]
93 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "Fail", MemberParameters = new object[]
94 {
95 typeof(object),
96 typeof(object),
97 typeof(string)
98 }, ReturnType = typeof(void))]
99 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Monitor), Member = "Enter", MemberParameters = new object[]
100 {
101 typeof(object),
102 typeof(ref bool)
103 }, ReturnType = typeof(void))]
104 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Monitor), Member = "Exit", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
105 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
106 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 25)]
107 get
108 {
109 throw null;
110 }
111 }
class f__AnonymousType0<< Count > j__TPar
LazyAsyncResult(object myObject, object myState, AsyncCallback myCallBack)