2 instantiations of SchedulingContext
System.IO.Pipelines (2)
System\IO\Pipelines\PipeAwaitable.cs (2)
134_schedulingContext ??= new SchedulingContext(); 142_schedulingContext ??= new SchedulingContext();
2 references to SchedulingContext
System.IO.Pipelines (2)
System\IO\Pipelines\PipeAwaitable.cs (2)
18private SchedulingContext? _schedulingContext; 90SchedulingContext? schedulingContext = _schedulingContext;