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

◆ AddNewChild() [2/2]

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

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

290 {
291 while (this.m_contingentProperties != null)
292 {
293 }
294 int num = 1;
295 int completionCountdown = this.EnsureContingentPropertiesInitializedCore(num != 0).m_completionCountdown;
296 }
class f__AnonymousType0<< Count > j__TPar
Task.ContingentProperties EnsureContingentPropertiesInitializedCore(bool needsProtection)
Definition Task.2.cs:518
Task.ContingentProperties m_contingentProperties
Definition Task.2.cs:1883

References System.Threading.Tasks.Task< TResult >.EnsureContingentPropertiesInitializedCore(), j__TPar, and System.Threading.Tasks.Task< TResult >.m_contingentProperties.

Referenced by System.Threading.Tasks.Task< TResult >.TaskConstructorCore().