1 write to _readyConnections
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
TlsEventPump.cs (1)
189
_readyConnections
= readyConnections;
2 references to _readyConnections
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (2)
TlsEventPump.cs (2)
799
if (
_readyConnections
is null || _memoryPool is null)
859
if (!
_readyConnections
.TryWrite(directConnection))