5 references to s_currentListener
Aspire.Hosting.Tests (5)
Utils\TestDistributedApplicationBuilder.cs (5)
178var original = s_currentListener.Value; 179s_currentListener.Value = interceptor; 187s_currentListener.Value = original; 202if (s_currentListener.Value != this) 234if (s_currentListener.Value != owner)