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