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)
799
if (_readyConnections is null ||
_memoryPool
is null)
831
_memoryPool
,
925
if (conn.Connection is null &&
_memoryPool
is not null)
933
_memoryPool
,