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