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