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