3 writes to _schedulingContext
System.Threading.Channels (3)
System\Threading\Channels\AsyncOperation.cs (3)
190
_schedulingContext
= null;
236
_schedulingContext
= sc;
244
_schedulingContext
= ts;
5 references to _schedulingContext
System.Threading.Channels (5)
System\Threading\Channels\AsyncOperation.cs (5)
228
Debug.Assert(
_schedulingContext
== null);
270
if (
_schedulingContext
== null)
388
if (
_schedulingContext
== null)
398
else if (
_schedulingContext
is SynchronizationContext sc)
414
TaskScheduler ts = (TaskScheduler)
_schedulingContext
;