24 references to AsyncDispatcherInfo
System.Private.CoreLib (24)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (24)
155public AsyncDispatcherInfo* Next; 177internal static unsafe AsyncDispatcherInfo* t_current; // Debugger depends on the exact name of this field. 502AsyncDispatcherInfo asyncDispatcherInfo; 503asyncDispatcherInfo.Next = AsyncDispatcherInfo.t_current; 505AsyncDispatcherInfo.t_current = &asyncDispatcherInfo; 526AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 543AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 563AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 576AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 585AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 599AsyncDispatcherInfo asyncDispatcherInfo; 600asyncDispatcherInfo.Next = AsyncDispatcherInfo.t_current; 602AsyncDispatcherInfo.t_current = &asyncDispatcherInfo; 627AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 648AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 672AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 687AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 1011public static void ResumeRuntimeAsyncContext(Task task, ref AsyncDispatcherInfo info, AsyncInstrumentation.Flags flags) 1025public static void SuspendRuntimeAsyncContext(ref AsyncDispatcherInfo info, AsyncInstrumentation.Flags flags, Continuation curContinuation) 1049public static void CompleteRuntimeAsyncContext(ref AsyncDispatcherInfo info, AsyncInstrumentation.Flags flags) 1060public static void UnwindRuntimeAsyncMethodUnhandledException(ref AsyncDispatcherInfo info, AsyncInstrumentation.Flags flags, Exception ex, Continuation curContinuation, uint _) 1083public static void ResumeRuntimeAsyncMethod(ref AsyncDispatcherInfo info, AsyncInstrumentation.Flags flags, Continuation curContinuation) 1120public static void SuspendAsyncContext(ref AsyncDispatcherInfo info, Continuation curContinuation) 1161public static void ResumeAsyncMethod(ref AsyncDispatcherInfo info, Continuation curContinuation)