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