3 references to HasAttributeNamed
Microsoft.AspNetCore.Mvc.Api.Analyzers (3)
ActualApiResponseMetadataFactory.cs (3)
181
else if (
HasAttributeNamed
(property, ApiSymbolNames.ActionResultObjectValueAttribute))
199
if (
HasAttributeNamed
(parameter, ApiSymbolNames.ActionResultStatusCodeAttribute))
207
if (
HasAttributeNamed
(parameter, ApiSymbolNames.ActionResultObjectValueAttribute))