go/token.File.LineCount (method)

3 uses

	go/token (current package)
		position.go#L127: func (f *File) LineCount() int {

	go/ast
		import.go#L122: 	if endLine == endFile.LineCount() {

	golang.org/x/pkgsite/internal/godoc/internal/doc
		example.go#L467: 	if tfile.LineCount() >= 3 {