2 overrides of Schedule
System.IO.Pipelines (2)
System\IO\Pipelines\InlineScheduler.cs (1)
8public override void Schedule(Action<object?> action, object? state)
System\IO\Pipelines\ThreadPoolScheduler.netcoreapp.cs (1)
11public override void Schedule(Action<object?> action, object? state)
2 references to Schedule
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
526ServiceContext.Scheduler.Schedule(state => ((HttpProtocol)state!).CancelRequestAbortedTokenCallback(), this);
System.IO.Pipelines (1)
System\IO\Pipelines\PipeScheduler.cs (1)
28=> Schedule(action, state);