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