9 references to AsyncDispatcherInfo
System.Private.CoreLib (9)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (9)
154public AsyncDispatcherInfo* Next; 176internal static unsafe AsyncDispatcherInfo* t_current; // Debugger depends on the exact name of this field. 486AsyncDispatcherInfo asyncDispatcherInfo; 487asyncDispatcherInfo.Next = AsyncDispatcherInfo.t_current; 490AsyncDispatcherInfo.t_current = &asyncDispatcherInfo; 532AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 552AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 592AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 605AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next;