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