2 instantiations of RuntimeAsyncTask
System.Private.CoreLib (2)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (2)
908RuntimeAsyncTask<T?> result = new(); 915RuntimeAsyncTask<VoidTaskResult> result = new();
8 references to RuntimeAsyncTask
System.Private.CoreLib (8)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (8)
851Debug.Assert(state is RuntimeAsyncTask<T>); 852((RuntimeAsyncTask<T>)state).DispatchContinuations(); 857Debug.Assert(state is RuntimeAsyncTask<T>); 858((RuntimeAsyncTask<T>)state).DispatchContinuations(); 862private static void InstrumentedFinalizeRuntimeAsyncTask<T>(RuntimeAsyncTask<T> task, ref RuntimeAsyncAwaitState state, AsyncInstrumentation.Flags flags) 887private static void FinalizeRuntimeAsyncTask<T>(ref RuntimeAsyncAwaitState state, RuntimeAsyncTask<T> task) 908RuntimeAsyncTask<T?> result = new(); 915RuntimeAsyncTask<VoidTaskResult> result = new();