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