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