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

◆ IsCancellationRequested

bool System.Threading.Tasks.Task< TResult >.IsCancellationRequested
getsetpackageinherited

Definition at line 762 of file Task.2.cs.

763 {
764 [global::Cpp2ILInjected.Token(Token = "0x600137E")]
765 [global::Cpp2ILInjected.Address(RVA = "0x1CA6C68", Offset = "0x1CA6C68", Length = "0x50")]
766 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
767 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Task), Member = "FinishStageTwo", ReturnType = typeof(void))]
768 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Task), Member = "ExecuteEntry", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(bool))]
769 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Task), Member = "HandleException", MemberParameters = new object[] { typeof(global::System.Exception) }, ReturnType = typeof(void))]
770 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
771 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CancellationToken), Member = "get_IsCancellationRequested", ReturnType = typeof(bool))]
772 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
773 get
774 {
775 throw null;
776 }
777 }
class f__AnonymousType0<< Count > j__TPar
CancellationToken CancellationToken
Definition Task.2.cs:820