2 references to TlsRead
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (2)
ConnectionIoState.cs (2)
244var status = TlsRead(buffer.Span, out var read); 291var status = TlsRead(_readBuffer.Span, out var read);