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)
90
SchedulingContext? schedulingContext =
_schedulingContext
;
108
Debug.Assert(
_schedulingContext
== null);
120
completionData = new CompletionData(continuation, state,
_schedulingContext
?.ExecutionContext,
_schedulingContext
?.SynchronizationContext);
135
_schedulingContext
.SynchronizationContext = sc;
143
_schedulingContext
.ExecutionContext = ExecutionContext.Capture();