3 instantiations of CliOrphanDetector
Aspire.Cli.Tests (3)
Hosting\CliOrphanDetectorTests.cs (3)
24var detector = new CliOrphanDetector(configuration, lifetime, TimeProvider.System); 42var detector = new CliOrphanDetector(configuration, lifetime, TimeProvider.System); 64var detector = new CliOrphanDetector(configuration, lifetime, fakeTimeProvider);
4 references to CliOrphanDetector
Aspire.Cli.Tests (3)
Hosting\CliOrphanDetectorTests.cs (3)
24var detector = new CliOrphanDetector(configuration, lifetime, TimeProvider.System); 42var detector = new CliOrphanDetector(configuration, lifetime, TimeProvider.System); 64var detector = new CliOrphanDetector(configuration, lifetime, fakeTimeProvider);
Aspire.Hosting (1)
DistributedApplicationBuilder.cs (1)
280_innerBuilder.Services.AddHostedService<CliOrphanDetector>();