1 write to ApiConventionTypeAttribute
Microsoft.AspNetCore.Mvc.Api.Analyzers (1)
ApiControllerSymbolCache.cs (1)
154
ApiConventionTypeAttribute
= apiConventionTypeAttribute;
2 references to ApiConventionTypeAttribute
Microsoft.AspNetCore.Mvc.Api.Analyzers (2)
SymbolApiResponseMetadataProvider.cs (2)
163
var attributes = method.ContainingType.GetAttributes(symbolCache.
ApiConventionTypeAttribute
, inherit: true).ToArray();
166
attributes = method.ContainingAssembly.GetAttributes(symbolCache.
ApiConventionTypeAttribute
).ToArray();