2 references to GetAttributes
Microsoft.CodeAnalysis.CSharp (2)
src\Compilers\CSharp\CSharpAnalyzerDriver\CSharpDeclarationComputer.cs (2)
188var attributes = GetAttributes(t.AttributeLists); 293codeBlocks = codeBlocks.Concat(GetAttributes(t.AttributeLists));