11 references to ContinueWith
Aspire.Hosting (1)
Dcp\Process\ProcessUtil.cs (1)
97process.WaitForExitAsync().ContinueWith(t =>
Aspire.Hosting.Azure (1)
src\Aspire.Hosting\Dcp\Process\ProcessUtil.cs (1)
97process.WaitForExitAsync().ContinueWith(t =>
Microsoft.AspNetCore.Components.WebAssembly (1)
Rendering\WebAssemblyDispatcher.cs (1)
98state.workItem().ContinueWith(t =>
Microsoft.Build (1)
Logging\BinaryLogger\ProjectImportsCollector.cs (1)
131_currentTask = _currentTask.ContinueWith(
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (1)
RpcTests.cs (1)
45ServerCompletion = Server.RunAsync().ContinueWith(_ => _serverStream.Dispose(), TaskScheduler.Default);
Microsoft.JSInterop (3)
Infrastructure\DotNetDispatcher.cs (3)
118task.ContinueWith(t => EndInvokeDotNetAfterTask(t, jsRuntime, invocationInfo), TaskScheduler.Current); 123valueTaskResult.AsTask().ContinueWith(t => EndInvokeDotNetAfterTask(t, jsRuntime, invocationInfo), TaskScheduler.Current); 131innerTask!.ContinueWith(t => EndInvokeDotNetAfterTask(t, jsRuntime, invocationInfo), TaskScheduler.Current);
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (1)
src\Graphics\src\Graphics\Platforms\Windows\AsyncPump.cs (1)
43 t.ContinueWith(delegate
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
278t.ContinueWith(delegate { syncCtx.Complete(); }, TaskScheduler.Default);
UnitTests.Common (1)
TestTypes.cs (1)
346t.ContinueWith(delegate { syncCtx.Complete(); }, TaskScheduler.Default);