1 write to _executionContext
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Sources\ManualResetValueTaskSourceCore.cs (1)
280
_executionContext
= executionContext;
1 reference to _executionContext
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Sources\ManualResetValueTaskSourceCore.cs (1)
388
ExecutionContext.Restore(cc.
_executionContext
); // Restore the captured ExecutionContext before executing anything.