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.
442
AsyncDispatcherInfo
asyncDispatcherInfo;
443
asyncDispatcherInfo.Next =
AsyncDispatcherInfo
.t_current;
445
AsyncDispatcherInfo
.t_current = &asyncDispatcherInfo;
464
AsyncDispatcherInfo
.t_current = asyncDispatcherInfo.Next;
480
AsyncDispatcherInfo
.t_current = asyncDispatcherInfo.Next;
500
AsyncDispatcherInfo
.t_current = asyncDispatcherInfo.Next;
513
AsyncDispatcherInfo
.t_current = asyncDispatcherInfo.Next;