2 instantiations of Locations
Aspire.Hosting.Tests (2)
Dcp\DcpExecutorTests.cs (1)
2590new Locations(new FileSystemService(configuration ?? new ConfigurationBuilder().Build())),
Dcp\DcpHostNotificationTests.cs (1)
30return new Locations(directoryService);
22 references to Locations
Aspire.Hosting (7)
Dcp\DcpExecutor.cs (2)
79private readonly Locations _locations; 114Locations locations,
Dcp\DcpHost.cs (3)
33private readonly Locations _locations; 55Locations locations, 243private ProcessSpec CreateDcpProcessSpec(Locations locations)
Dcp\KubernetesService.cs (1)
79internal sealed class KubernetesService(ILogger<KubernetesService> logger, IOptions<DcpOptions> dcpOptions, Locations locations) : IKubernetesService, IDisposable
DistributedApplicationBuilder.cs (1)
506_innerBuilder.Services.AddSingleton<Locations>();
Aspire.Hosting.Tests (15)
Dcp\DcpHostNotificationTests.cs (15)
27private static Locations CreateTestLocations() 41var locations = CreateTestLocations(); 88var locations = CreateTestLocations(); 133var locations = CreateTestLocations(); 189var locations = CreateTestLocations(); 250var locations = CreateTestLocations(); 311var locations = CreateTestLocations(); 367var locations = CreateTestLocations(); 441var locations = CreateTestLocations(); 534var locations = CreateTestLocations(); 586var locations = CreateTestLocations(); 638var locations = CreateTestLocations(); 691var locations = CreateTestLocations(); 754var locations = CreateTestLocations(); 814var locations = CreateTestLocations();