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