5 writes to t_current
System.Private.CoreLib (5)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (5)
445AsyncDispatcherInfo.t_current = &asyncDispatcherInfo; 464AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 480AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 500AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 513AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next;
1 reference to t_current
System.Private.CoreLib (1)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
443asyncDispatcherInfo.Next = AsyncDispatcherInfo.t_current;