7 instantiations of CliOrphanDetector
Aspire.Cli.Tests (7)
Hosting\CliOrphanDetectorTests.cs (7)
23var detector = new CliOrphanDetector(configuration, lifetime, TimeProvider.System); 41var detector = new CliOrphanDetector(configuration, lifetime, TimeProvider.System); 67var detector = new CliOrphanDetector(configuration, lifetime, TimeProvider.System); 88var detector = new CliOrphanDetector(configuration, lifetime, TimeProvider.System); 113var detector = new CliOrphanDetector(configuration, lifetime, fakeTimeProvider); 155var detector = new CliOrphanDetector(configuration, lifetime, TimeProvider.System); 179var detector = new CliOrphanDetector(configuration, lifetime, fakeTimeProvider);
8 references to CliOrphanDetector
Aspire.Cli.Tests (7)
Hosting\CliOrphanDetectorTests.cs (7)
23var detector = new CliOrphanDetector(configuration, lifetime, TimeProvider.System); 41var detector = new CliOrphanDetector(configuration, lifetime, TimeProvider.System); 67var detector = new CliOrphanDetector(configuration, lifetime, TimeProvider.System); 88var detector = new CliOrphanDetector(configuration, lifetime, TimeProvider.System); 113var detector = new CliOrphanDetector(configuration, lifetime, fakeTimeProvider); 155var detector = new CliOrphanDetector(configuration, lifetime, TimeProvider.System); 179var detector = new CliOrphanDetector(configuration, lifetime, fakeTimeProvider);
Aspire.Hosting (1)
DistributedApplicationBuilder.cs (1)
279_innerBuilder.Services.AddHostedService<CliOrphanDetector>();