13 references to GetAttributes
Microsoft.CodeAnalysis.CSharp.Features (13)
src\Compilers\CSharp\CSharpAnalyzerDriver\CSharpDeclarationComputer.cs (13)
133
var attributes =
GetAttributes
(t.AttributeLists).Concat(GetTypeParameterListAttributes(t.TypeParameterList));
146
var attributes =
GetAttributes
(t.AttributeLists);
154
var attributes =
GetAttributes
(t.AttributeLists);
163
var attributes =
GetAttributes
(t.AttributeLists)
180
var attributes =
GetAttributes
(t.AttributeLists);
189
var attributes =
GetAttributes
(t.AttributeLists);
226
var attributes =
GetAttributes
(t.AttributeLists);
249
var attributes =
GetAttributes
(t.AttributeLists);
266
blocks.AddRange(
GetAttributes
(t.AttributeLists));
294
codeBlocks = codeBlocks.Concat(
GetAttributes
(t.AttributeLists));
322
var attributes =
GetAttributes
(t.AttributeLists);
352
SpecializedCollections.SingletonEnumerable(parameter.Default).Concat(
GetAttributes
(parameter.AttributeLists));
356
typeParameterList.Parameters.SelectMany(p =>
GetAttributes
(p.AttributeLists)) :