6 references to TypeParameter
Microsoft.CodeAnalysis.Workspaces (6)
Editing\SyntaxGenerator.cs (6)
193
typeParameters: method.TypeParameters.Select(p =>
TypeParameter
(p)),
764
type.TypeParameters.Select(
TypeParameter
),
773
type.TypeParameters.Select(
TypeParameter
),
780
type.TypeParameters.Select(
TypeParameter
),
794
typeParameters: type.TypeParameters.Select(
TypeParameter
),
865
declaration = WithTypeParameters(declaration, typeParameters.Select(tp =>
TypeParameter
(tp)));