9 references to AsyncDispatcherInfo
System.Private.CoreLib (9)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (9)
154
public
AsyncDispatcherInfo
* Next;
176
internal static unsafe
AsyncDispatcherInfo
* t_current; // Debugger depends on the exact name of this field.
486
AsyncDispatcherInfo
asyncDispatcherInfo;
487
asyncDispatcherInfo.Next =
AsyncDispatcherInfo
.t_current;
490
AsyncDispatcherInfo
.t_current = &asyncDispatcherInfo;
532
AsyncDispatcherInfo
.t_current = asyncDispatcherInfo.Next;
552
AsyncDispatcherInfo
.t_current = asyncDispatcherInfo.Next;
592
AsyncDispatcherInfo
.t_current = asyncDispatcherInfo.Next;
605
AsyncDispatcherInfo
.t_current = asyncDispatcherInfo.Next;