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