10 references to ContinueWith
Aspire.Hosting (1)
Dcp\Process\ProcessUtil.cs (1)
97
process.WaitForExitAsync().
ContinueWith
(t =>
Aspire.Hosting.Azure (1)
src\Aspire.Hosting\Dcp\Process\ProcessUtil.cs (1)
97
process.WaitForExitAsync().
ContinueWith
(t =>
Microsoft.AspNetCore.Components.WebAssembly (1)
Rendering\WebAssemblyDispatcher.cs (1)
98
state.workItem().
ContinueWith
(t =>
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (1)
RpcTests.cs (1)
45
ServerCompletion = Server.RunAsync().
ContinueWith
(_ => _serverStream.Dispose(), TaskScheduler.Default);
Microsoft.JSInterop (3)
Infrastructure\DotNetDispatcher.cs (3)
118
task.
ContinueWith
(t => EndInvokeDotNetAfterTask(t, jsRuntime, invocationInfo), TaskScheduler.Current);
123
valueTaskResult.AsTask().
ContinueWith
(t => EndInvokeDotNetAfterTask(t, jsRuntime, invocationInfo), TaskScheduler.Current);
131
innerTask!.
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)
278
t.
ContinueWith
(delegate { syncCtx.Complete(); }, TaskScheduler.Default);
UnitTests.Common (1)
TestTypes.cs (1)
346
t.
ContinueWith
(delegate { syncCtx.Complete(); }, TaskScheduler.Default);