7 instantiations of CliOrphanDetector
Aspire.Cli.Tests (7)
Hosting\CliOrphanDetectorTests.cs (7)
24var detector = new CliOrphanDetector(configuration, lifetime, TimeProvider.System); 42var detector = new CliOrphanDetector(configuration, lifetime, TimeProvider.System); 68var detector = new CliOrphanDetector(configuration, lifetime, TimeProvider.System); 89var detector = new CliOrphanDetector(configuration, lifetime, TimeProvider.System); 114var detector = new CliOrphanDetector(configuration, lifetime, fakeTimeProvider); 156var detector = new CliOrphanDetector(configuration, lifetime, TimeProvider.System); 180var detector = new CliOrphanDetector(configuration, lifetime, fakeTimeProvider);
8 references to CliOrphanDetector
Aspire.Cli.Tests (7)
Hosting\CliOrphanDetectorTests.cs (7)
24var detector = new CliOrphanDetector(configuration, lifetime, TimeProvider.System); 42var detector = new CliOrphanDetector(configuration, lifetime, TimeProvider.System); 68var detector = new CliOrphanDetector(configuration, lifetime, TimeProvider.System); 89var detector = new CliOrphanDetector(configuration, lifetime, TimeProvider.System); 114var detector = new CliOrphanDetector(configuration, lifetime, fakeTimeProvider); 156var detector = new CliOrphanDetector(configuration, lifetime, TimeProvider.System); 180var detector = new CliOrphanDetector(configuration, lifetime, fakeTimeProvider);
Aspire.Hosting (1)
DistributedApplicationBuilder.cs (1)
285_innerBuilder.Services.AddHostedService<CliOrphanDetector>();