11 writes to t_current
System.Private.CoreLib (11)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (11)
505AsyncDispatcherInfo.t_current = &asyncDispatcherInfo; 526AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 543AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 563AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 576AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 585AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 602AsyncDispatcherInfo.t_current = &asyncDispatcherInfo; 627AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 648AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 672AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 687AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next;
2 references to t_current
System.Private.CoreLib (2)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (2)
503asyncDispatcherInfo.Next = AsyncDispatcherInfo.t_current; 600asyncDispatcherInfo.Next = AsyncDispatcherInfo.t_current;