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