go/types.MethodSet.At (method)

2 uses

	go/types (current package)
		methodset.go#L40: func (s *MethodSet) At(i int) *Selection { return s.list[i] }

	golang.org/x/exp/apidiff
		compatibility.go#L338: 		obj := ms.At(i).Obj()