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

◆ AddExceptionsFromChildren() [2/2]

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

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

1143 {
1145 if (contingentProperties != null)
1146 {
1148 if (exceptionalChildren != null)
1149 {
1150 return;
1151 }
1152 }
1153 }
class f__AnonymousType0<< Count > j__TPar
Task.ContingentProperties m_contingentProperties
Definition Task.2.cs:1883

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

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