2 instantiations of Locations
Aspire.Hosting.Tests (2)
Dcp\DcpExecutorTests.cs (1)
2351new Locations(new FileSystemService(configuration ?? new ConfigurationBuilder().Build())),
Dcp\DcpHostNotificationTests.cs (1)
24return new Locations(directoryService);
15 references to Locations
Aspire.Hosting (7)
Dcp\DcpExecutor.cs (2)
79private readonly Locations _locations; 114Locations 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
DistributedApplicationBuilder.cs (1)
515_innerBuilder.Services.AddSingleton<Locations>();
Aspire.Hosting.Tests (8)
Dcp\DcpHostNotificationTests.cs (8)
21private static Locations CreateTestLocations() 35var locations = CreateTestLocations(); 75var locations = CreateTestLocations(); 124var locations = CreateTestLocations(); 179var locations = CreateTestLocations(); 234var locations = CreateTestLocations(); 284var locations = CreateTestLocations(); 352var locations = CreateTestLocations();