5 writes to t_current
System.Private.CoreLib (5)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (5)
456AsyncDispatcherInfo.t_current = &asyncDispatcherInfo; 475AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 491AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 511AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next; 524AsyncDispatcherInfo.t_current = asyncDispatcherInfo.Next;
1 reference to t_current
System.Private.CoreLib (1)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
454asyncDispatcherInfo.Next = AsyncDispatcherInfo.t_current;