11 writes to Work
Aspire.Hosting (2)
ApplicationModel\ResourceCommandService.cs (1)
435Work = async progress =>
Ats\InteractionExports.cs (1)
793Work = Work,
Aspire.Hosting.Tests (4)
InteractionServiceTests.cs (4)
1138Work = async ctx => 1161Work = async ctx => 1194Work = async ctx => 1227Work = async ctx =>
Stress.AppHost (5)
InteractionCommands.cs (5)
805Work = async ctx => 832Work = async ctx => 884Work = async ctx => 907Work = async ctx => 932Work = async ctx =>
7 references to Work
Aspire.Hosting (2)
IInteractionService.cs (1)
108/// If <see cref="ProgressInteractionOptions.Work"/> is provided, the dialog remains open while the callback executes
InteractionService.cs (1)
307if (options.Work is { } work)
Aspire.Hosting.Azure.Tests (1)
tests\Shared\TestInteractionService.cs (1)
80if (options?.Work is { } work)
Aspire.Hosting.Browsers.Tests (1)
tests\Shared\TestInteractionService.cs (1)
80if (options?.Work is { } work)
Aspire.Hosting.DevTunnels.Tests (1)
tests\Shared\TestInteractionService.cs (1)
80if (options?.Work is { } work)
Aspire.Hosting.RemoteHost.Tests (1)
tests\Shared\TestInteractionService.cs (1)
80if (options?.Work is { } work)
Aspire.Hosting.Tests (1)
tests\Shared\TestInteractionService.cs (1)
80if (options?.Work is { } work)