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)
228Debug.Assert(_schedulingContext == null); 270if (_schedulingContext == null) 388if (_schedulingContext == null) 398else if (_schedulingContext is SynchronizationContext sc) 414TaskScheduler ts = (TaskScheduler)_schedulingContext;