go/types.MethodSet.Lookup (method)

2 uses

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