4 references to GetAttributes
Microsoft.AspNetCore.App.Analyzers (4)
RouteHandlers\DisallowMvcBindArgumentsOnParameters.cs (2)
24
var modelBindingAttribute = parameter.
GetAttributes
(wellKnownTypes.Get(WellKnownType.Microsoft_AspNetCore_Mvc_ModelBinding_IBinderTypeProviderMetadata)).FirstOrDefault() ??
25
parameter.
GetAttributes
(wellKnownTypes.Get(WellKnownType.Microsoft_AspNetCore_Mvc_BindAttribute)).FirstOrDefault();
src\Shared\Roslyn\CodeAnalysisExtensions.cs (2)
40
foreach (var attributeData in
GetAttributes
(current, attribute))
61
foreach (var attributeData in
GetAttributes
(type, attribute))