6 instantiations of ProgressContext
Aspire.Hosting (1)
InteractionService.cs (1)
332await work(new ProgressContext { CancellationToken = interactionCts.Token }).ConfigureAwait(false);
Aspire.Hosting.Azure.Tests (1)
tests\Shared\TestInteractionService.cs (1)
83var progressContext = new ProgressContext { CancellationToken = cts.Token };
Aspire.Hosting.Browsers.Tests (1)
tests\Shared\TestInteractionService.cs (1)
83var progressContext = new ProgressContext { CancellationToken = cts.Token };
Aspire.Hosting.DevTunnels.Tests (1)
tests\Shared\TestInteractionService.cs (1)
83var progressContext = new ProgressContext { CancellationToken = cts.Token };
Aspire.Hosting.RemoteHost.Tests (1)
tests\Shared\TestInteractionService.cs (1)
83var progressContext = new ProgressContext { CancellationToken = cts.Token };
Aspire.Hosting.Tests (1)
tests\Shared\TestInteractionService.cs (1)
83var progressContext = new ProgressContext { CancellationToken = cts.Token };
10 references to ProgressContext
Aspire.Hosting (5)
Ats\AtsTypeMappings.cs (1)
61[assembly: AspireExport(typeof(ProgressContext), ExposeProperties = true)]
Ats\InteractionExports.cs (1)
784public Func<ProgressContext, Task>? Work { get; init; }
IInteractionService.cs (3)
114/// through the <see cref="ProgressContext.CancellationToken"/> provided to the work callback. 930/// when the callback completes. The <see cref="ProgressContext.CancellationToken"/> passed to the callback 935public Func<ProgressContext, Task>? Work { get; set; }
Aspire.Hosting.Azure.Tests (1)
tests\Shared\TestInteractionService.cs (1)
83var progressContext = new ProgressContext { CancellationToken = cts.Token };
Aspire.Hosting.Browsers.Tests (1)
tests\Shared\TestInteractionService.cs (1)
83var progressContext = new ProgressContext { CancellationToken = cts.Token };
Aspire.Hosting.DevTunnels.Tests (1)
tests\Shared\TestInteractionService.cs (1)
83var progressContext = new ProgressContext { CancellationToken = cts.Token };
Aspire.Hosting.RemoteHost.Tests (1)
tests\Shared\TestInteractionService.cs (1)
83var progressContext = new ProgressContext { CancellationToken = cts.Token };
Aspire.Hosting.Tests (1)
tests\Shared\TestInteractionService.cs (1)
83var progressContext = new ProgressContext { CancellationToken = cts.Token };