8 instantiations of Locations
Aspire.Hosting (1)
DistributedApplicationBuilder.cs (1)
383_innerBuilder.Services.AddSingleton(new Locations());
Aspire.Hosting.Tests (7)
Dcp\DcpHostNotificationTests.cs (7)
24var locations = new Locations(); 64var locations = new Locations(); 113var locations = new Locations(); 168var locations = new Locations(); 223var locations = new Locations(); 273var locations = new Locations(); 337var 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)
24var locations = new Locations(); 64var locations = new Locations(); 113var locations = new Locations(); 168var locations = new Locations(); 223var locations = new Locations(); 273var locations = new Locations(); 337var locations = new Locations();