go/types.Info.Scopes (field)

6 uses

	go/types (current package)
		api.go#L323: 	Scopes map[ast.Node]*Scope
		recording.go#L175: 	if m := check.Scopes; m != nil {

	go.pact.im/x/plumb/internal/packagestest
		packagestest.go#L220: 		Scopes:     map[ast.Node]*types.Scope{},

	golang.org/x/tools/go/packages
		packages.go#L1342: 		Scopes:       make(map[ast.Node]*types.Scope),

	golang.org/x/tools/internal/typesinternal
		types.go#L166: 		Scopes:       map[ast.Node]*types.Scope{},
		types.go#L182: 		if b := info.Scopes[n]; b != nil {