2 references to GetTypeParameterList
Microsoft.CodeAnalysis.CSharp.Features (1)
DocumentationComments\CSharpDocumentationCommentSnippetService.cs (1)
107var typeParameterList = member.GetTypeParameterList();
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpSyntaxFacts.cs (1)
848AppendTypeParameterList(builder, memberDeclaration.GetTypeParameterList());