reflect.Method.PkgPath (field)

7 uses

	reflect (current package)
		type.go#L447: 	PkgPath string
		type.go#L456: 	return m.PkgPath == ""
		type.go#L971: 		m.PkgPath = pkgPath(pname)
		type.go#L972: 		if m.PkgPath == "" {
		type.go#L973: 			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...)