2 instantiations of Locations
Aspire.Hosting.Tests (2)
Dcp\DcpExecutorTests.cs (1)
2157new Locations(new FileSystemService(configuration ?? new ConfigurationBuilder().Build())),
Dcp\DcpHostNotificationTests.cs (1)
23return new Locations(directoryService);
15 references to Locations
Aspire.Hosting (7)
Dcp\DcpExecutor.cs (2)
80private readonly Locations _locations; 115Locations 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)
479_innerBuilder.Services.AddSingleton<Locations>();
Aspire.Hosting.Tests (8)
Dcp\DcpHostNotificationTests.cs (8)
20private static Locations CreateTestLocations() 34var locations = CreateTestLocations(); 74var locations = CreateTestLocations(); 123var locations = CreateTestLocations(); 178var locations = CreateTestLocations(); 233var locations = CreateTestLocations(); 283var locations = CreateTestLocations(); 351var locations = CreateTestLocations();