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