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