2 overrides of UnsafeSchedule
System.IO.Pipelines (2)
System\IO\Pipelines\InlineScheduler.cs (1)
13
internal override void
UnsafeSchedule
(Action<object?> action, object? state)
System\IO\Pipelines\ThreadPoolScheduler.netcoreapp.cs (1)
16
internal override void
UnsafeSchedule
(Action<object?> action, object? state)
3 references to UnsafeSchedule
System.IO.Pipelines (3)
System\IO\Pipelines\Pipe.cs (3)
804
scheduler.
UnsafeSchedule
(s_invokeCompletionCallbacks, completionCallbacks);
825
scheduler.
UnsafeSchedule
(completion, completionData.CompletionState);
842
scheduler.
UnsafeSchedule
(s_scheduleWithExecutionContextCallback, completionData);