5 writes to t_current
System.Private.CoreLib (5)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (5)
447AsyncDispatcherInfo.t_current = &asyncDispatcherInfo; 466AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 482AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 502AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 515AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next;
1 reference to t_current
System.Private.CoreLib (1)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
445asyncDispatcherInfo.Next = AsyncDispatcherInfo.t_current;