10 references to ContinueWith
Aspire.Hosting (1)
IInteractionService.cs (1)
169_currentTask.ContinueWith(_ =>
Microsoft.AspNetCore.Components.WebAssembly (1)
Rendering\WebAssemblyDispatcher.cs (1)
98state.workItem().ContinueWith(t =>
Microsoft.Build (1)
Logging\BinaryLogger\ProjectImportsCollector.cs (1)
128_currentTask = _currentTask.ContinueWith(
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);
System.Runtime.InteropServices.JavaScript (1)
System\Runtime\InteropServices\JavaScript\JSHostImplementation.cs (1)
244methodResult.ContinueWith((t) =>
UnitTests.Common (1)
TestTypes.cs (1)
346t.ContinueWith(delegate { syncCtx.Complete(); }, TaskScheduler.Default);