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