2 instantiations of RuntimeAsyncTask
System.Private.CoreLib (2)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (2)
732RuntimeAsyncTask<T?> result = new(); 748RuntimeAsyncTask<VoidTaskResult> result = new();
6 references to RuntimeAsyncTask
System.Private.CoreLib (6)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (6)
715Debug.Assert(state is RuntimeAsyncTask<T>); 716((RuntimeAsyncTask<T>)state).DispatchContinuations(); 721Debug.Assert(state is RuntimeAsyncTask<T>); 722((RuntimeAsyncTask<T>)state).DispatchContinuations(); 732RuntimeAsyncTask<T?> result = new(); 748RuntimeAsyncTask<VoidTaskResult> result = new();