1 write to ApiConventionMethodAttribute
Microsoft.AspNetCore.Mvc.Api.Analyzers (1)
ApiControllerSymbolCache.cs (1)
152
ApiConventionMethodAttribute
= apiConventionMethodAttribute;
2 references to ApiConventionMethodAttribute
Microsoft.AspNetCore.Mvc.Api.Analyzers (2)
AddResponseTypeAttributeCodeFixAction.cs (1)
95
var apiConventionMethodAttribute = context.Method.GetAttributes(context.SymbolCache.
ApiConventionMethodAttribute
).FirstOrDefault();
SymbolApiResponseMetadataProvider.cs (1)
85
var attribute = method.GetAttributes(symbolCache.
ApiConventionMethodAttribute
, inherit: true)