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