go/types.Interface.Method (method)

9 uses

	go/types (current package)
		interface.go#L117: func (t *Interface) Method(i int) *Func { return t.typeSet().Method(i) }
		iter.go#L23: 			if !yield(t.Method(i)) {
		mono.go#L248: 				do(typ.Method(i).Type())

	golang.org/x/exp/apidiff
		compatibility.go#L129: 		if m := t.Method(i); !m.Exported() {
		correspondence.go#L276: 		ms[i] = iface.Method(i)

	golang.org/x/tools/go/types/objectpath
		objectpath.go#L526: 			m := T.Method(i)
		objectpath.go#L762: 				obj = t.Method(index) // Id-ordered

	golang.org/x/tools/go/types/typeutil
		map.go#L284: 			m := t.Method(i)

	golang.org/x/tools/internal/typeparams
		free.go#L91: 			if w.Has(t.Method(i).Type()) {