3 references to GetTypeParameterList
Microsoft.CodeAnalysis.CSharp.Features (1)
DocumentationComments\CSharpDocumentationCommentSnippetService.cs (1)
97var typeParameterList = member.GetTypeParameterList();
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (2)
835AppendTypeParameterList(builder, memberDeclaration.GetTypeParameterList()); 846AppendTypeParameterList(builder, memberDeclaration.GetTypeParameterList());