reflect.Method.PkgPath (field)

7 uses

	reflect (current package)
		type.go#L456: 	PkgPath string
		type.go#L465: 	return m.PkgPath == ""
		type.go#L980: 		m.PkgPath = pkgPath(pname)
		type.go#L981: 		if m.PkgPath == "" {
		type.go#L982: 			m.PkgPath = t.PkgPath.Name()

	github.com/google/go-cmp/cmp/internal/value
		name.go#L145: 			if qualified && m.PkgPath != "" {
		name.go#L147: 				b = append(b, m.PkgPath...)