3 references to GetAttributes
Microsoft.AspNetCore.App.Analyzers (3)
Mvc\DetectOverriddenAuthorizeAttribute.cs (1)
118
var attributeUsage = attribute.
GetAttributes
(attributeUsageAttributeType, inherit: true).FirstOrDefault();
Mvc\MvcAnalyzer.cs (1)
71
var controllerRouteAttribute = namedTypeSymbol.
GetAttributes
(wellKnownTypes.Get(WellKnownType.Microsoft_AspNetCore_Mvc_RouteAttribute), inherit: true).FirstOrDefault();
src\Shared\Roslyn\CodeAnalysisExtensions.cs (1)
16
=>
GetAttributes
(typeSymbol, attribute, inherit).Any();