1 instantiation of BuilderInterceptor
Aspire.Hosting.Tests (1)
Utils\TestDistributedApplicationBuilder.cs (1)
164var interceptor = new BuilderInterceptor(onConstructing);
5 references to BuilderInterceptor
Aspire.Hosting.Tests (5)
Utils\TestDistributedApplicationBuilder.cs (5)
61_innerBuilder = BuilderInterceptor.CreateBuilder(Configure); 152private static readonly ThreadLocal<BuilderInterceptor?> s_currentListener = new(); 164var interceptor = new BuilderInterceptor(onConstructing); 165var original = s_currentListener.Value; 201private sealed class ApplicationBuilderDiagnosticListener(BuilderInterceptor owner) : IObserver<KeyValuePair<string, object?>>