go/types.Info.Selections (field)

4 uses

	go/types (current package)
		api.go#L280: 	Selections map[*ast.SelectorExpr]*Selection
		recording.go#L167: 	if m := check.Selections; m != nil {

	golang.org/x/tools/go/packages
		packages.go#L1193: 			Selections:   make(map[*ast.SelectorExpr]*types.Selection),

	golang.org/x/tools/internal/typesinternal
		types.go#L151: 		Selections:   map[*ast.SelectorExpr]*types.Selection{},