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