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