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)
807scheduler.UnsafeSchedule(s_invokeCompletionCallbacks, completionCallbacks); 828scheduler.UnsafeSchedule(completion, completionData.CompletionState); 845scheduler.UnsafeSchedule(s_scheduleWithExecutionContextCallback, completionData);