go/types.MethodSet.Lookup (method)

3 uses

	go/types (current package)
		call.go#L943: 				if m := mset.Lookup(check.pkg, sel); m == nil || m.obj != obj {
		methodset.go#L43: func (s *MethodSet) Lookup(pkg *Package, name string) *Selection {

	golang.org/x/tools/go/types/typeutil
		ui.go#L45: 			if m := mset.Lookup(meth.Obj().Pkg(), meth.Obj().Name()); m != nil {