9 references to AsyncDispatcherInfo
System.Private.CoreLib (9)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (9)
159public AsyncDispatcherInfo* Next; 181internal static unsafe AsyncDispatcherInfo* t_current; // Debugger depends on the exact name of this field. 496AsyncDispatcherInfo asyncDispatcherInfo; 497asyncDispatcherInfo.Next = AsyncDispatcherInfo.t_current; 500AsyncDispatcherInfo.t_current = &asyncDispatcherInfo; 542AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 562AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 602AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 615AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next;