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

◆ TrySetFromTask()

bool System.Threading.Tasks.UnwrapPromise< TResult >.TrySetFromTask ( Task task,
bool lookForOce )
inlineprivate

Definition at line 74 of file UnwrapPromise.cs.

75 {
76 int num = 1;
77 if (num == 0)
78 {
79 }
80 bool loggingOn = DebuggerSupport.LoggingOn;
81 if (num == 0)
82 {
83 }
84 TaskStatus status = task.Status;
85 CancellationToken cancellationToken = task.CancellationToken;
86 ExceptionDispatchInfo cancellationExceptionDispatchInfo = task.GetCancellationExceptionDispatchInfo();
87 return base.TrySetCanceled(cancellationToken, cancellationExceptionDispatchInfo);
88 }
class f__AnonymousType0<< Count > j__TPar
CancellationToken CancellationToken
Definition Task.2.cs:527
CancellationToken(CancellationTokenSource source)

References System.Threading.CancellationToken.CancellationToken(), j__TPar, System.Threading.Tasks.DebuggerSupport.LoggingOn, and System.task.