8 instantiations of Locations
Aspire.Hosting (1)
DistributedApplicationBuilder.cs (1)
387_innerBuilder.Services.AddSingleton(new Locations());
Aspire.Hosting.Tests (7)
Dcp\DcpHostNotificationTests.cs (7)
26var locations = new Locations(); 66var locations = new Locations(); 115var locations = new Locations(); 170var locations = new Locations(); 225var locations = new Locations(); 275var locations = new Locations(); 339var locations = new Locations();
11 references to Locations
Aspire.Hosting (4)
Dcp\DcpHost.cs (3)
31private readonly Locations _locations; 50Locations locations, 174private ProcessSpec CreateDcpProcessSpec(Locations locations)
Dcp\KubernetesService.cs (1)
79internal sealed class KubernetesService(ILogger<KubernetesService> logger, IOptions<DcpOptions> dcpOptions, Locations locations) : IKubernetesService, IDisposable
Aspire.Hosting.Tests (7)
Dcp\DcpHostNotificationTests.cs (7)
26var locations = new Locations(); 66var locations = new Locations(); 115var locations = new Locations(); 170var locations = new Locations(); 225var locations = new Locations(); 275var locations = new Locations(); 339var locations = new Locations();