3 references to GetTypeParameterListAttributes
Microsoft.CodeAnalysis.CSharp.Features (3)
src\Compilers\CSharp\CSharpAnalyzerDriver\CSharpDeclarationComputer.cs (3)
132var attributes = GetAttributes(t.AttributeLists).Concat(GetTypeParameterListAttributes(t.TypeParameterList)); 164.Concat(GetTypeParameterListAttributes(t.TypeParameterList)); 297codeBlocks = codeBlocks.Concat(GetTypeParameterListAttributes(methodDecl.TypeParameterList));