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