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