io.LimitedReader.R (field)

6 uses

	io (current package)
		io.go#L465: 	R Reader // underlying reader
		io.go#L476: 	n, err = l.R.Read(p)

	golang.org/x/tools/go/gcexportdata
		gcexportdata.go#L77: 			R: buf,

	net
		sendfile_linux.go#L25: 		remain, r = lr.N, lr.R
		splice_linux.go#L21: 		remain, r = lr.N, lr.R

	os
		readfrom_linux.go#L25: 		remain, r = lr.N, lr.R