1 instantiation of TlsEventPumpPool
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
DirectTlsTransportFactory.cs (1)
149var pumpPool = new TlsEventPumpPool(workerCount, _loggerFactory, endpointOptions.HandshakeTimeout);
3 references to TlsEventPumpPool
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (3)
Connection\DirectTlsConnectionListener.cs (2)
31private readonly TlsEventPumpPool _pumpPool; 59TlsEventPumpPool pumpPool,
DirectTlsTransportFactory.cs (1)
149var pumpPool = new TlsEventPumpPool(workerCount, _loggerFactory, endpointOptions.HandshakeTimeout);