13 references to GetAttributes
Microsoft.CodeAnalysis.CSharp.Features (13)
src\Compilers\CSharp\CSharpAnalyzerDriver\CSharpDeclarationComputer.cs (13)
134
var attributes =
GetAttributes
(t.AttributeLists).Concat(GetTypeParameterListAttributes(t.TypeParameterList));
147
var attributes =
GetAttributes
(t.AttributeLists);
155
var attributes =
GetAttributes
(t.AttributeLists);
164
var attributes =
GetAttributes
(t.AttributeLists)
181
var attributes =
GetAttributes
(t.AttributeLists);
190
var attributes =
GetAttributes
(t.AttributeLists);
227
var attributes =
GetAttributes
(t.AttributeLists);
250
var attributes =
GetAttributes
(t.AttributeLists);
267
blocks.AddRange(
GetAttributes
(t.AttributeLists));
295
codeBlocks = codeBlocks.Concat(
GetAttributes
(t.AttributeLists));
323
var attributes =
GetAttributes
(t.AttributeLists);
353
SpecializedCollections.SingletonEnumerable(parameter.Default).Concat(
GetAttributes
(parameter.AttributeLists));
357
typeParameterList.Parameters.SelectMany(p =>
GetAttributes
(p.AttributeLists)) :