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. 453AsyncDispatcherInfo asyncDispatcherInfo; 454asyncDispatcherInfo.Next = AsyncDispatcherInfo.t_current; 456AsyncDispatcherInfo.t_current = &asyncDispatcherInfo; 475AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 491AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 511AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 524AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next;