9 instantiations of Locations
Aspire.Hosting (1)
DistributedApplicationBuilder.cs (1)
454_innerBuilder.Services.AddSingleton(new Locations());
Aspire.Hosting.Tests (8)
Dcp\DcpExecutorTests.cs (1)
2051new Locations(),
Dcp\DcpHostNotificationTests.cs (7)
27var locations = new Locations(); 67var locations = new Locations(); 116var locations = new Locations(); 171var locations = new Locations(); 226var locations = new Locations(); 276var locations = new Locations(); 344var locations = new Locations();
13 references to Locations
Aspire.Hosting (6)
Dcp\DcpExecutor.cs (2)
72private readonly Locations _locations; 109Locations locations,
Dcp\DcpHost.cs (3)
30private readonly Locations _locations; 49Locations locations, 173private 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)
27var locations = new Locations(); 67var locations = new Locations(); 116var locations = new Locations(); 171var locations = new Locations(); 226var locations = new Locations(); 276var locations = new Locations(); 344var locations = new Locations();