4 writes to _schedulingContext
System.IO.Pipelines (4)
System\IO\Pipelines\PipeAwaitable.cs (4)
35_schedulingContext = null; 96_schedulingContext = null; 134_schedulingContext ??= new SchedulingContext(); 142_schedulingContext ??= new SchedulingContext();
6 references to _schedulingContext
System.IO.Pipelines (6)
System\IO\Pipelines\PipeAwaitable.cs (6)
90SchedulingContext? schedulingContext = _schedulingContext; 108Debug.Assert(_schedulingContext == null); 120completionData = new CompletionData(continuation, state, _schedulingContext?.ExecutionContext, _schedulingContext?.SynchronizationContext); 135_schedulingContext.SynchronizationContext = sc; 143_schedulingContext.ExecutionContext = ExecutionContext.Capture();