2 references to IsApiControllerAction_ReturnsTrue_IfAttributeIsDeclaredOnAssemblyController
Mvc.Api.Analyzers.Test (2)
ApiControllerFactsTest.cs (2)
116
var type = compilation.GetTypeByMetadataName(typeof(
IsApiControllerAction_ReturnsTrue_IfAttributeIsDeclaredOnAssemblyController
).FullName);
117
var method = (IMethodSymbol)type.GetMembers(nameof(
IsApiControllerAction_ReturnsTrue_IfAttributeIsDeclaredOnAssemblyController
.Action)).First();