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

10 uses

	go/types (current package)
		alias.go#L82: func (a *Alias) TypeParams() *TypeParamList { return a.tparams }
		alias.go#L157: 	rhs := check.subst(pos, orig.fromRHS, makeSubstMap(orig.TypeParams().list(), targs), expanding, ctxt)
		instantiate.go#L136: 		tparams := orig.TypeParams()
		subst.go#L105: 		n := orig.TypeParams().Len()
		typestring.go#L344: 		} else if w.ctxt == nil && t.TypeParams().Len() != 0 { // For type hashing, don't need to format the TypeParams
		typestring.go#L346: 			w.tParamList(t.TypeParams().list())

	go.pact.im/x/plumb/internal/gotypes
		gotypes.go#L235: 		return u.TypeParams()

	golang.org/x/tools/go/types/objectpath
		objectpath.go#L399: 			tr.tparams(t.TypeParams(), path, offset, opTypeParam)

	golang.org/x/tools/internal/gcimporter
		iexport.go#L773: 				tparams = alias.TypeParams()

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