2 instantiations of RuntimeAsyncTask
System.Private.CoreLib (2)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (2)
634
RuntimeAsyncTask<T?> result =
new
();
641
RuntimeAsyncTask<VoidTaskResult> result =
new
();
6 references to RuntimeAsyncTask
System.Private.CoreLib (6)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (6)
617
Debug.Assert(state is
RuntimeAsyncTask
<T>);
618
((
RuntimeAsyncTask
<T>)state).DispatchContinuations();
623
Debug.Assert(state is
RuntimeAsyncTask
<T>);
624
((
RuntimeAsyncTask
<T>)state).DispatchContinuations();
634
RuntimeAsyncTask
<T?> result = new();
641
RuntimeAsyncTask
<VoidTaskResult> result = new();