3 references to StopAsync
Aspire.Hosting.Foundry (3)
FoundryExtensions.cs (1)
180builder.OnResourceStopped(static (_, _, ct) => FoundryLocalService.StopAsync(ct));
FoundryLocalService.cs (2)
377return FoundryLocalService.StopAsync(cancellationToken); 382return new(FoundryLocalService.StopAsync(CancellationToken.None));