11 writes to t_current
System.Private.CoreLib (11)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (11)
505
AsyncDispatcherInfo.
t_current
= &asyncDispatcherInfo;
526
AsyncDispatcherInfo.
t_current
= asyncDispatcherInfo.Next;
543
AsyncDispatcherInfo.
t_current
= asyncDispatcherInfo.Next;
563
AsyncDispatcherInfo.
t_current
= asyncDispatcherInfo.Next;
576
AsyncDispatcherInfo.
t_current
= asyncDispatcherInfo.Next;
585
AsyncDispatcherInfo.
t_current
= asyncDispatcherInfo.Next;
602
AsyncDispatcherInfo.
t_current
= &asyncDispatcherInfo;
627
AsyncDispatcherInfo.
t_current
= asyncDispatcherInfo.Next;
648
AsyncDispatcherInfo.
t_current
= asyncDispatcherInfo.Next;
672
AsyncDispatcherInfo.
t_current
= asyncDispatcherInfo.Next;
687
AsyncDispatcherInfo.
t_current
= asyncDispatcherInfo.Next;
2 references to t_current
System.Private.CoreLib (2)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (2)
503
asyncDispatcherInfo.Next = AsyncDispatcherInfo.
t_current
;
600
asyncDispatcherInfo.Next = AsyncDispatcherInfo.
t_current
;