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

◆ SetCompleted()

void System.Threading.Tasks.Task< TResult >.ContingentProperties.SetCompleted ( )
inlinepackage

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

1927 {
1928 ManualResetEventSlim completionEvent = this.m_completionEvent;
1929 if (completionEvent != null)
1930 {
1932 return;
1933 }
1934 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.Threading.Tasks.Task< TResult >.ContingentProperties.m_completionEvent, and System.Threading.ManualResetEventSlim.Set().