33 references to ContinueWith
aspire (3)
Commands\AppHostLauncher.cs (1)
819_ = task.ContinueWith(
Commands\RunCommand.cs (1)
767_ = task.ContinueWith(
Projects\AppHostServerSession.cs (1)
448_ = task.ContinueWith(
CodeStyleConfigFileGenerator (2)
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FatalError.cs (2)
234_ = task.ContinueWith(p => ReportAndCatchUnlessCanceled(p.Exception!), 244_ = task.ContinueWith(p => ReportAndCatchUnlessCanceled(p.Exception!, cancellationToken),
GenerateDocumentationAndConfigFiles (2)
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FatalError.cs (2)
234_ = task.ContinueWith(p => ReportAndCatchUnlessCanceled(p.Exception!), 244_ = task.ContinueWith(p => ReportAndCatchUnlessCanceled(p.Exception!, cancellationToken),
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\KeyRingProvider.cs (1)
516_ = task.ContinueWith(
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
899_ = writeTask.ContinueWith(
Microsoft.Build.Framework (2)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.contracts\5.0.0-1.25277.114\contentFiles\cs\net9.0\ErrorReporting\FatalError.cs (2)
231_ = task.ContinueWith(p => ReportAndCatchUnlessCanceled(p.Exception!), 241_ = task.ContinueWith(p => ReportAndCatchUnlessCanceled(p.Exception!, cancellationToken),
Microsoft.Build.Tasks.CodeAnalysis (2)
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FatalError.cs (2)
234_ = task.ContinueWith(p => ReportAndCatchUnlessCanceled(p.Exception!), 244_ = task.ContinueWith(p => ReportAndCatchUnlessCanceled(p.Exception!, cancellationToken),
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerDriver.cs (1)
688.ContinueWith(c => DiagnosticQueue.TryComplete(), cancellationToken, TaskContinuationOptions.ExecuteSynchronously, TaskScheduler.Default);
Microsoft.CodeAnalysis.Analyzers (2)
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FatalError.cs (2)
234_ = task.ContinueWith(p => ReportAndCatchUnlessCanceled(p.Exception!), 244_ = task.ContinueWith(p => ReportAndCatchUnlessCanceled(p.Exception!, cancellationToken),
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FatalError.cs (2)
234_ = task.ContinueWith(p => ReportAndCatchUnlessCanceled(p.Exception!), 244_ = task.ContinueWith(p => ReportAndCatchUnlessCanceled(p.Exception!, cancellationToken),
Microsoft.CodeAnalysis.CodeStyle (2)
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FatalError.cs (2)
234_ = task.ContinueWith(p => ReportAndCatchUnlessCanceled(p.Exception!), 244_ = task.ContinueWith(p => ReportAndCatchUnlessCanceled(p.Exception!, cancellationToken),
Microsoft.CodeAnalysis.Extensions.Package (2)
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FatalError.cs (2)
234_ = task.ContinueWith(p => ReportAndCatchUnlessCanceled(p.Exception!), 244_ = task.ContinueWith(p => ReportAndCatchUnlessCanceled(p.Exception!, cancellationToken),
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FatalError.cs (2)
234_ = task.ContinueWith(p => ReportAndCatchUnlessCanceled(p.Exception!), 244_ = task.ContinueWith(p => ReportAndCatchUnlessCanceled(p.Exception!, cancellationToken),
Microsoft.CodeAnalysis.Workspaces (4)
Shared\TestHooks\AsynchronousOperationListener.cs (1)
74return delayTask.ContinueWith(
Shared\TestHooks\AsynchronousOperationListenerProvider+NullOperationListener.cs (1)
50return t.ContinueWith(
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FatalError.cs (2)
234_ = task.ContinueWith(p => ReportAndCatchUnlessCanceled(p.Exception!), 244_ = task.ContinueWith(p => ReportAndCatchUnlessCanceled(p.Exception!, cancellationToken),
Microsoft.CodeAnalysis.Workspaces.MSBuild.Contracts (2)
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FatalError.cs (2)
234_ = task.ContinueWith(p => ReportAndCatchUnlessCanceled(p.Exception!), 244_ = task.ContinueWith(p => ReportAndCatchUnlessCanceled(p.Exception!, cancellationToken),
Roslyn.Diagnostics.Analyzers (2)
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FatalError.cs (2)
234_ = task.ContinueWith(p => ReportAndCatchUnlessCanceled(p.Exception!), 244_ = task.ContinueWith(p => ReportAndCatchUnlessCanceled(p.Exception!, cancellationToken),
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (1)
153_ = _connectionClosedTask.ContinueWith(async closeTask =>