3 references to IsController
Microsoft.AspNetCore.Mvc.Api.Analyzers (1)
ApiControllerFacts.cs (1)
23
if (!MvcFacts.
IsController
(method.ContainingType, symbolCache.ControllerAttribute, symbolCache.NonControllerAttribute))
Mvc.Api.Analyzers.Test (2)
MvcFactsTest.cs (2)
71
var isController = MvcFacts.
IsController
(typeSymbol, controllerAttribute, nonControllerAttribute);
85
var isController = MvcFacts.
IsController
(typeSymbol, controllerAttribute, nonControllerAttribute);