5 writes to t_current
System.Private.CoreLib (5)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (5)
500AsyncDispatcherInfo.t_current = &asyncDispatcherInfo; 542AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 562AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 602AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 615AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next;
1 reference to t_current
System.Private.CoreLib (1)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
497asyncDispatcherInfo.Next = AsyncDispatcherInfo.t_current;