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)
27
private readonly
Locations
_locations;
44
Locations
locations,
165
private ProcessSpec CreateDcpProcessSpec(
Locations
locations)
Dcp\KubernetesService.cs (1)
58
internal sealed class KubernetesService(ILogger<KubernetesService> logger, IOptions<DcpOptions> dcpOptions,
Locations
locations) : IKubernetesService, IDisposable