2 references to ReadAsync
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (2)
Connection\DirectTlsConnection.cs (1)
237int bytesRead = await _connectionState.ReadAsync(memory);
ConnectionIoState.cs (1)
280/// <see cref="ReadAsync"/> and the write side (see the <c>_sslLock</c> remarks). Its only call sites are inside