13 references to GetAttributes
Microsoft.CodeAnalysis.CSharp.Features (13)
src\Compilers\CSharp\CSharpAnalyzerDriver\CSharpDeclarationComputer.cs (13)
132
var attributes =
GetAttributes
(t.AttributeLists).Concat(GetTypeParameterListAttributes(t.TypeParameterList));
145
var attributes =
GetAttributes
(t.AttributeLists);
153
var attributes =
GetAttributes
(t.AttributeLists);
162
var attributes =
GetAttributes
(t.AttributeLists)
179
var attributes =
GetAttributes
(t.AttributeLists);
188
var attributes =
GetAttributes
(t.AttributeLists);
225
var attributes =
GetAttributes
(t.AttributeLists);
248
var attributes =
GetAttributes
(t.AttributeLists);
265
blocks.AddRange(
GetAttributes
(t.AttributeLists));
293
codeBlocks = codeBlocks.Concat(
GetAttributes
(t.AttributeLists));
321
var attributes =
GetAttributes
(t.AttributeLists);
351
SpecializedCollections.SingletonEnumerable(parameter.Default).Concat(
GetAttributes
(parameter.AttributeLists));
355
typeParameterList.Parameters.SelectMany(p =>
GetAttributes
(p.AttributeLists)) :