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