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