reflect.Method.PkgPath (field)

6 uses

	reflect (current package)
		type.go#L577: 	PkgPath string
		type.go#L1061: 		m.PkgPath = pname.pkgPath()
		type.go#L1062: 		if m.PkgPath == "" {
		type.go#L1063: 			m.PkgPath = t.pkgPath.name()

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