1 write to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
TlsEventPump.cs (1)
190_memoryPool = memoryPool;
4 references to _memoryPool
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (4)
TlsEventPump.cs (4)
799if (_readyConnections is null || _memoryPool is null) 831_memoryPool, 925if (conn.Connection is null && _memoryPool is not null) 933_memoryPool,