3 instantiations of Locations
Aspire.Hosting.Tests (3)
Dcp\DcpExecutorTests.cs (1)
10099var locations = new Locations(fileSystemService);
Dcp\DcpHostNotificationTests.cs (1)
35return new Locations(directoryService);
Dcp\KubernetesServiceTests.cs (1)
209var locations = new Locations(fileSystem);
30 references to Locations
Aspire.Hosting (7)
Dcp\DcpHost.cs (3)
35private readonly Locations _locations; 60Locations locations, 295public ProcessSpec CreateDcpProcessSpec(Locations locations)
Dcp\ExecutableConfigurationResolver.cs (2)
24Locations locations, 28private readonly Locations _locations = locations;
Dcp\KubernetesService.cs (1)
81internal sealed class KubernetesService(ILogger<KubernetesService> logger, IOptions<DcpOptions> dcpOptions, Locations locations, IConfiguration configuration) : IKubernetesService, IDisposable
DistributedApplicationBuilder.cs (1)
585_innerBuilder.Services.AddSingleton<Locations>();
Aspire.Hosting.Tests (23)
Dcp\DcpExecutorTests.cs (1)
10099var locations = new Locations(fileSystemService);
Dcp\DcpHostNotificationTests.cs (21)
32private static Locations CreateTestLocations() 46var locations = CreateTestLocations(); 91var locations = CreateTestLocations(); 134var locations = CreateTestLocations(); 188var locations = CreateTestLocations(); 247var locations = CreateTestLocations(); 306var locations = CreateTestLocations(); 360var locations = CreateTestLocations(); 432var locations = CreateTestLocations(); 474var locations = CreateTestLocations(); 500var locations = CreateTestLocations(); 544var locations = CreateTestLocations(); 564var locations = CreateTestLocations(); 602var locations = CreateTestLocations(); 643var locations = CreateTestLocations(); 764var locations = CreateTestLocations(); 814var locations = CreateTestLocations(); 864var locations = CreateTestLocations(); 915var locations = CreateTestLocations(); 976var locations = CreateTestLocations(); 1034var locations = CreateTestLocations();
Dcp\KubernetesServiceTests.cs (1)
209var locations = new Locations(fileSystem);