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