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