1 write to ProducesDefaultResponseTypeAttribute
Microsoft.AspNetCore.Mvc.Api.Analyzers (1)
ApiControllerSymbolCache.cs (1)
166
ProducesDefaultResponseTypeAttribute
= producesDefaultResponseTypeAttribute;
1 reference to ProducesDefaultResponseTypeAttribute
Microsoft.AspNetCore.Mvc.Api.Analyzers (1)
SymbolApiResponseMetadataProvider.cs (1)
152
var producesDefaultResponse = methodSymbol.GetAttributes(symbolCache.
ProducesDefaultResponseTypeAttribute
, inherit: true).FirstOrDefault();