2 references to MvcFacts
Microsoft.AspNetCore.Mvc.Api.Analyzers (2)
ApiControllerFacts.cs (2)
23
if (!
MvcFacts
.IsController(method.ContainingType, symbolCache.ControllerAttribute, symbolCache.NonControllerAttribute))
34
if (!
MvcFacts
.IsControllerAction(method, symbolCache.NonActionAttribute, symbolCache.IDisposableDispose))