1 write to ApiConventionNameMatchAttribute
Microsoft.AspNetCore.Mvc.Api.Analyzers (1)
ApiControllerSymbolCache.cs (1)
153
ApiConventionNameMatchAttribute
= apiConventionNameMatchAttribute;
2 references to ApiConventionNameMatchAttribute
Microsoft.AspNetCore.Mvc.Api.Analyzers (2)
SymbolApiConventionMatcher.cs (2)
63
var attribute = symbol.GetAttributes(symbolCache.
ApiConventionNameMatchAttribute
).FirstOrDefault();
75
throw new InvalidOperationException($"{nameof(symbolCache.
ApiConventionNameMatchAttribute
)} does not appear well formed.");