5 writes to t_current
System.Private.CoreLib (5)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (5)
490AsyncDispatcherInfo.t_current = &asyncDispatcherInfo; 532AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 552AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 592AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 605AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next;
1 reference to t_current
System.Private.CoreLib (1)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
487asyncDispatcherInfo.Next = AsyncDispatcherInfo.t_current;