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

◆ IsCancellationRequested

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

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

493 {
494 get
495 {
497 if (contingentProperties != null)
498 {
499 int internalCancellationRequested = contingentProperties.m_internalCancellationRequested;
500 }
501 bool flag;
502 return flag;
503 }
504 }
class f__AnonymousType0<< Count > j__TPar
Task.ContingentProperties m_contingentProperties
Definition Task.2.cs:1883

Referenced by System.Threading.Tasks.Task< TResult >.ExecuteEntry(), and System.Threading.Tasks.Task< TResult >.HandleException().