2 instantiations of CapturedSchedulerAndExecutionContext
System.Threading.Channels (2)
System\Threading\Channels\AsyncOperation.cs (2)
327
new
CapturedSchedulerAndExecutionContext
(sc, (ExecutionContext)_capturedContext);
337
new
CapturedSchedulerAndExecutionContext
(ts, (ExecutionContext)_capturedContext);
3 references to CapturedSchedulerAndExecutionContext
System.Threading.Channels (3)
System\Threading\Channels\AsyncOperation.cs (3)
227
(ctx as
CapturedSchedulerAndExecutionContext
)?._scheduler as SynchronizationContext;
246
(ctx as
CapturedSchedulerAndExecutionContext
)?._scheduler as TaskScheduler;
268
(ctx as
CapturedSchedulerAndExecutionContext
)?._executionContext;