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