2 references to ApiConventionAnalyzerTest_NotAction
Mvc.Api.Analyzers.Test (2)
ApiControllerFactsTest.cs (2)
84
var type = compilation.GetTypeByMetadataName(typeof(
ApiConventionAnalyzerTest_NotAction
).FullName);
85
var method = (IMethodSymbol)type.GetMembers(nameof(
ApiConventionAnalyzerTest_NotAction
.Index)).First();