go/types.Named.Method (method)

11 uses

	go/types (current package)
		decl.go#L778: 			m := base.Method(i)
		decl.go#L808: 			m := base.Method(i)
		iter.go#L63: 			if !yield(t.Method(i)) {
		methodset.go#L132: 					mset = mset.addOne(named.Method(i), concat(e.index, i), e.indirect, e.multiples)
		named.go#L358: func (t *Named) Method(i int) *Func {
		named.go#L397: 	origm := t.inst.orig.Method(i)
		named.go#L616: 			return i, n.Method(i)

	golang.org/x/tools/go/types/objectpath
		objectpath.go#L323: 				m := T.Method(i)
		objectpath.go#L424: 		if named.Method(i) == meth {
		objectpath.go#L708: 				obj = t.Method(index)

	golang.org/x/tools/internal/gcimporter
		iexport.go#L566: 			m := named.Method(i)