32 references to ContinueWith
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\TaskHelpers.cs (2)
88task.ContinueWith((antecedent, obj) => 102task.ContinueWith((antecedent, obj) =>
Microsoft.AspNetCore.Components.WebView.Photino (1)
PhotinoSynchronizationContext.cs (1)
234return antecedent.ContinueWith(BackgroundWorkThunk, new WorkItem()
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\IAsyncEnumerableExtensions.cs (1)
99task.ContinueWith(
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\TaskExtensions.cs (1)
64task.ContinueWith(ReportNonFatalErrorWorker, continuationFunction,
Microsoft.CodeAnalysis.InteractiveHost (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\TaskExtensions.cs (1)
64task.ContinueWith(ReportNonFatalErrorWorker, continuationFunction,
Microsoft.CodeAnalysis.Remote.Workspaces (1)
CancellationTokenSourceExtensions.cs (1)
24_ = task.ContinueWith(
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\IAsyncEnumerableExtensions.cs (1)
99task.ContinueWith(
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\TaskExtensions.cs (1)
64task.ContinueWith(ReportNonFatalErrorWorker, continuationFunction,
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (1)
206task.ContinueWith(static (t, state) => LogFaulted((HttpConnectionBase)state!, t), this,
System.Net.Quic (1)
System\Net\Quic\Internal\ResettableValueTaskSource.cs (1)
325_finalTaskSource.Task.ContinueWith(static (_, state) =>
System.Net.WebSockets (1)
System\Net\WebSockets\ManagedWebSocket.cs (1)
1885t.ContinueWith(
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (1)
561asyncWaiter.ContinueWith(static (t, state) =>
System.ServiceModel.Federation (2)
System\Runtime\TaskHelpers.cs (2)
83task.ContinueWith((antecedent, obj) => 97task.ContinueWith((antecedent, obj) =>
System.Threading.Tasks.Dataflow (17)
Base\DataflowBlock.cs (3)
2382Target.Completion.ContinueWith( 2391sourceCompletionTask?.ContinueWith(static (_1, state1) => 2395ti.Target.Completion.ContinueWith(
Blocks\ActionBlock.cs (1)
187task.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) => 348_source.Completion.ContinueWith(static (completed, state) =>
Blocks\BroadcastBlock.cs (1)
88_source.Completion.ContinueWith(static (completed, state) =>
Blocks\BufferBlock.cs (1)
70_source.Completion.ContinueWith(static (completed, state) =>
Blocks\JoinBlock.cs (2)
92_source.Completion.ContinueWith(static (completed, state) => 311_source.Completion.ContinueWith(static (completed, state) =>
Blocks\TransformBlock.cs (2)
140_target.Completion.ContinueWith(static (completed, state) => 151_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),