2 instantiations of RuntimeAsyncTask
System.Private.CoreLib (2)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (2)
831RuntimeAsyncTask<T?> result = new(); 838RuntimeAsyncTask<VoidTaskResult> result = new();
8 references to RuntimeAsyncTask
System.Private.CoreLib (8)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (8)
783Debug.Assert(state is RuntimeAsyncTask<T>); 784((RuntimeAsyncTask<T>)state).DispatchContinuations(); 789Debug.Assert(state is RuntimeAsyncTask<T>); 790((RuntimeAsyncTask<T>)state).DispatchContinuations(); 794private static void InstrumentedFinalizeRuntimeAsyncTask<T>(RuntimeAsyncTask<T> task, AsyncInstrumentation.Flags flags) 810private static void FinalizeRuntimeAsyncTask<T>(RuntimeAsyncTask<T> task) 831RuntimeAsyncTask<T?> result = new(); 838RuntimeAsyncTask<VoidTaskResult> result = new();