1 instantiation of Locations
Aspire.Hosting (1)
DistributedApplicationBuilder.cs (1)
295_innerBuilder.Services.AddSingleton(new Locations());
4 references to Locations
Aspire.Hosting (4)
Dcp\DcpHost.cs (3)
27private readonly Locations _locations; 44Locations locations, 165private ProcessSpec CreateDcpProcessSpec(Locations locations)
Dcp\KubernetesService.cs (1)
58internal sealed class KubernetesService(ILogger<KubernetesService> logger, IOptions<DcpOptions> dcpOptions, Locations locations) : IKubernetesService, IDisposable