7 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))
Mvc.Api.Analyzers.Test (5)
MvcFactsTest.cs (5)
71
var isController =
MvcFacts
.IsController(typeSymbol, controllerAttribute, nonControllerAttribute);
85
var isController =
MvcFacts
.IsController(typeSymbol, controllerAttribute, nonControllerAttribute);
156
var isControllerAction =
MvcFacts
.IsControllerAction(method, nonActionAttribute, disposableDispose);
188
var isControllerAction =
MvcFacts
.IsControllerAction(method, nonActionAttribute, disposableDispose);
203
var isControllerAction =
MvcFacts
.IsControllerAction(method, nonActionAttribute, disposableDispose);