7 references to GetAttributes
Microsoft.AspNetCore.Mvc.Analyzers (1)
src\Shared\Roslyn\CodeAnalysisExtensions.cs (1)
19
=>
GetAttributes
(methodSymbol, attribute, inherit).Any();
Mvc.Analyzers.Test (6)
CodeAnalysisExtensionsTest.cs (6)
30
var attributes = CodeAnalysisExtensions.
GetAttributes
(method, attribute, inherit: true);
58
var attributes = CodeAnalysisExtensions.
GetAttributes
(method, attribute, inherit: true);
95
var attributes = CodeAnalysisExtensions.
GetAttributes
(method, attribute, inherit: false);
169
var attributes = CodeAnalysisExtensions.
GetAttributes
(method, attribute, inherit: true);
214
var attributes = CodeAnalysisExtensions.
GetAttributes
(method, attribute, inherit: true);
257
var attributes = CodeAnalysisExtensions.
GetAttributes
(method, attribute, inherit: true);