go/types.Alias.TypeArgs (method, view implemented interface methods)

6 uses

	go/types (current package)
		alias.go#L93: func (a *Alias) TypeArgs() *TypeList { return a.targs }
		subst.go#L111: 		if t.TypeArgs().Len() != n {
		subst.go#L119: 		if targs := substList(t.TypeArgs().list(), subst.typ); targs != nil {

	go.pact.im/x/plumb/internal/gotypes
		walk.go#L33: 		if args := u.TypeArgs(); args != nil {

	golang.org/x/tools/internal/gcimporter
		iexport.go#L1016: 		if targs := t.TypeArgs(); targs.Len() > 0 {

	golang.org/x/tools/internal/typeparams
		free.go#L39: 		if t.TypeParams().Len() > t.TypeArgs().Len() {