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