2 instantiations of RuntimeAsyncTask
System.Private.CoreLib (2)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (2)
614
RuntimeAsyncTask<T?> result =
new
();
621
RuntimeAsyncTask<VoidTaskResult> result =
new
();
6 references to RuntimeAsyncTask
System.Private.CoreLib (6)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (6)
597
Debug.Assert(state is
RuntimeAsyncTask
<T>);
598
((
RuntimeAsyncTask
<T>)state).DispatchContinuations();
603
Debug.Assert(state is
RuntimeAsyncTask
<T>);
604
((
RuntimeAsyncTask
<T>)state).DispatchContinuations();
614
RuntimeAsyncTask
<T?> result = new();
621
RuntimeAsyncTask
<VoidTaskResult> result = new();