21 references to ContinueWith
Microsoft.AspNetCore.Components.WebView.Photino (1)
PhotinoSynchronizationContext.cs (1)
234return antecedent.ContinueWith(BackgroundWorkThunk, new WorkItem()
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (1)
201task.ContinueWith(static (t, state) => LogFaulted((HttpConnectionBase)state!, t), this,
System.Net.Quic (1)
System\Net\Quic\Internal\ResettableValueTaskSource.cs (1)
317_finalTaskSource.Task.ContinueWith(static (_, state) =>
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (1)
569asyncWaiter.ContinueWith(static (t, state) =>
System.Threading.Tasks.Dataflow (17)
Base\DataflowBlock.cs (3)
2469Target.Completion.ContinueWith( 2478sourceCompletionTask?.ContinueWith(static (_1, state1) => 2482ti.Target.Completion.ContinueWith(
Blocks\ActionBlock.cs (1)
193task.ContinueWith(static (completed, state) =>
Blocks\BatchBlock.cs (1)
81_source.Completion.ContinueWith(static (completed, state) =>
Blocks\BatchedJoinBlock.cs (2)
99_source.Completion.ContinueWith(static (completed, state) => 351_source.Completion.ContinueWith(static (completed, state) =>
Blocks\BroadcastBlock.cs (1)
91_source.Completion.ContinueWith(static (completed, state) =>
Blocks\BufferBlock.cs (1)
73_source.Completion.ContinueWith(static (completed, state) =>
Blocks\JoinBlock.cs (2)
95_source.Completion.ContinueWith(static (completed, state) => 320_source.Completion.ContinueWith(static (completed, state) =>
Blocks\TransformBlock.cs (2)
143_target.Completion.ContinueWith(static (completed, state) => 154_source.Completion.ContinueWith(static (completed, state) =>
Blocks\TransformManyBlock.cs (2)
139target.Completion.ContinueWith(static (completed, state) => 150source.Completion.ContinueWith(static (completed, state) =>
Internal\Common.cs (2)
204completionTask.ContinueWith(static (completed, state) => ((CancellationTokenRegistration)state!).Dispose(), 573sourceCompletionTask.ContinueWith(static (task, state) => Common.PropagateCompletion(task, (IDataflowBlock)state!, AsyncExceptionHandler),