2 references to HasAttribute
Microsoft.AspNetCore.App.Analyzers (2)
src\Shared\Roslyn\MvcFacts.cs (2)
43
if (type.
HasAttribute
(nonControllerAttribute, inherit: true))
49
!type.
HasAttribute
(controllerAttribute, inherit: true))