2 writes to _executionContext
System.Threading.Channels (2)
System\Threading\Channels\AsyncOperation.cs (2)
191
_executionContext
= null;
224
_executionContext
= ExecutionContext.Capture();
4 references to _executionContext
System.Threading.Channels (4)
System\Threading\Channels\AsyncOperation.cs (4)
221
Debug.Assert(
_executionContext
== null);
272
if (
_executionContext
== null)
431
if (
_executionContext
== null)
439
ExecutionContext.Run(
_executionContext
, static s =>