2 instantiations of RuntimeAsyncTask
System.Private.CoreLib (2)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (2)
616
RuntimeAsyncTask<T?> result =
new
();
623
RuntimeAsyncTask<VoidTaskResult> result =
new
();
6 references to RuntimeAsyncTask
System.Private.CoreLib (6)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (6)
599
Debug.Assert(state is
RuntimeAsyncTask
<T>);
600
((
RuntimeAsyncTask
<T>)state).DispatchContinuations();
605
Debug.Assert(state is
RuntimeAsyncTask
<T>);
606
((
RuntimeAsyncTask
<T>)state).DispatchContinuations();
616
RuntimeAsyncTask
<T?> result = new();
623
RuntimeAsyncTask
<VoidTaskResult> result = new();