3 references to HasAttribute
Microsoft.AspNetCore.Mvc.Api.Analyzers (3)
ApiControllerFacts.cs (1)
28
if (!method.ContainingType.
HasAttribute
(symbolCache.IApiBehaviorMetadata, inherit: true) &&
src\Shared\Roslyn\MvcFacts.cs (2)
43
if (type.
HasAttribute
(nonControllerAttribute, inherit: true))
49
!type.
HasAttribute
(controllerAttribute, inherit: true))