reflect.Method.PkgPath (field)

5 uses

	reflect (current package)
		type.go#L451: 	PkgPath string
		type.go#L460: 	return m.PkgPath == ""
		type.go#L983: 		m.PkgPath = pkgPath(pname)
		type.go#L984: 		if m.PkgPath == "" {
		type.go#L985: 			m.PkgPath = t.PkgPath.Name()