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)
799if (_readyConnections is null || _memoryPool is null) 859if (!_readyConnections.TryWrite(directConnection))