1 instantiation of Locations
Aspire.Hosting (1)
DistributedApplicationBuilder.cs (1)
229_innerBuilder.Services.AddSingleton(new Locations());
4 references to Locations
Aspire.Hosting (4)
Dcp\DcpHostService.cs (3)
26private readonly Locations _locations; 46Locations locations) 151private ProcessSpec CreateDcpProcessSpec(Locations locations)
Dcp\KubernetesService.cs (1)
51internal sealed class KubernetesService(ILogger<KubernetesService> logger, IOptions<DcpOptions> dcpOptions, Locations locations) : IKubernetesService, IDisposable