1 instantiation of TestingBuilderFactory
Aspire.Hosting.Testing (1)
DistributedApplicationEntryPointInvoker.cs (1)
224using var observer = new TestingBuilderFactory(onConstructing);
3 references to TestingBuilderFactory
Aspire.Hosting.Testing (3)
DistributedApplicationEntryPointInvoker.cs (2)
211private static readonly ThreadLocal<TestingBuilderFactory?> s_currentListener = new(); 224using var observer = new TestingBuilderFactory(onConstructing);
DistributedApplicationTestingBuilder.cs (1)
305var builder = TestingBuilderFactory.CreateBuilder(args, onConstructing: (applicationOptions, hostBuilderOptions) =>