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