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

◆ CancellationCleanupLogic() [2/2]

void System.Threading.Tasks.Task< TResult >.CancellationCleanupLogic ( )
inlinepackageinherited

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

1378 {
1379 int stateFlags = this.m_stateFlags;
1380 if (this.m_taskId == 0 || stateFlags != 0)
1381 {
1382 }
1383 if (!true)
1384 {
1385 }
1386 if (!true)
1387 {
1388 }
1389 if (true)
1390 {
1391 if (!true)
1392 {
1393 }
1394 DebuggerSupport.RemoveFromActiveTasksNonInlined(this);
1395 }
1396 this.FinishStageThree();
1397 }
class f__AnonymousType0<< Count > j__TPar

References System.Threading.Tasks.Task< TResult >.FinishStageThree(), j__TPar, System.Threading.Tasks.Task< TResult >.m_stateFlags, System.Threading.Tasks.Task< TResult >.m_taskId, and System.Threading.Tasks.DebuggerSupport.RemoveFromActiveTasksNonInlined().

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