9 references to AsyncDispatcherInfo
System.Private.CoreLib (9)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (9)
155public AsyncDispatcherInfo* Next; 168internal static unsafe AsyncDispatcherInfo* t_current; // Debugger depends on the exact name of this field. 444AsyncDispatcherInfo asyncDispatcherInfo; 445asyncDispatcherInfo.Next = AsyncDispatcherInfo.t_current; 447AsyncDispatcherInfo.t_current = &asyncDispatcherInfo; 466AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 482AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 502AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 515AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next;