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. 442AsyncDispatcherInfo asyncDispatcherInfo; 443asyncDispatcherInfo.Next = AsyncDispatcherInfo.t_current; 445AsyncDispatcherInfo.t_current = &asyncDispatcherInfo; 464AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 480AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 500AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 513AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next;