1 write to NonControllerAttribute
Microsoft.AspNetCore.Mvc.Api.Analyzers (1)
ApiControllerSymbolCache.cs (1)
164
NonControllerAttribute
= nonControllerAttribute;
1 reference to NonControllerAttribute
Microsoft.AspNetCore.Mvc.Api.Analyzers (1)
ApiControllerFacts.cs (1)
23
if (!MvcFacts.IsController(method.ContainingType, symbolCache.ControllerAttribute, symbolCache.
NonControllerAttribute
))