1 write to ProducesErrorResponseTypeAttribute
Microsoft.AspNetCore.Mvc.Api.Analyzers (1)
ApiControllerSymbolCache.cs (1)
168ProducesErrorResponseTypeAttribute = producesErrorResponseTypeAttribute;
3 references to ProducesErrorResponseTypeAttribute
Microsoft.AspNetCore.Mvc.Api.Analyzers (3)
SymbolApiResponseMetadataProvider.cs (3)
48method.GetAttributes(symbolCache.ProducesErrorResponseTypeAttribute).FirstOrDefault() ?? 49method.ContainingType.GetAttributes(symbolCache.ProducesErrorResponseTypeAttribute).FirstOrDefault() ?? 50method.ContainingAssembly.GetAttributes(symbolCache.ProducesErrorResponseTypeAttribute).FirstOrDefault();