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