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