5 references to s_currentListener
Aspire.Hosting.Tests (5)
Utils\TestDistributedApplicationBuilder.cs (5)
165var original = s_currentListener.Value; 166s_currentListener.Value = interceptor; 174s_currentListener.Value = original; 189if (s_currentListener.Value != this) 221if (s_currentListener.Value != owner)