1 write to LeafExecutionContext
System.Private.CoreLib (1)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
265
StackState->
LeafExecutionContext
= curThread._executionContext;
1 reference to LeafExecutionContext
System.Private.CoreLib (1)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
416
ExecutionContext? suspendingExecutionContext = stackState->
LeafExecutionContext
;