go/types.Info.Instances (field)

5 uses

	go/types (current package)
		api.go#L252: 	Instances map[*ast.Ident]Instance
		recording.go#L136: 	if m := check.Instances; m != nil {

	go.pact.im/x/plumb/internal/packagestest
		packagestest.go#L218: 		Instances:  map[*ast.Ident]types.Instance{},

	golang.org/x/tools/go/packages
		packages.go#L1341: 		Instances:    make(map[*ast.Ident]types.Instance),

	golang.org/x/tools/internal/typesinternal
		types.go#L161: 		Instances:    map[*ast.Ident]types.Instance{},