2 instantiations of NonBindableTransportFactory
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
KestrelServerTests.cs (2)
347new List<IConnectionListenerFactory> { new NonBindableTransportFactory() }, 367new List<IConnectionListenerFactory> { transportFactory, new NonBindableTransportFactory() },