1 write to LeafSynchronizationContext
System.Private.CoreLib (1)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
266
StackState->
LeafSynchronizationContext
= curThread._synchronizationContext;
1 reference to LeafSynchronizationContext
System.Private.CoreLib (1)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
417
SynchronizationContext? suspendingSyncContext = stackState->
LeafSynchronizationContext
;