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