3 writes to IsResponseTypeSetByDefault
Microsoft.AspNetCore.Mvc.Core (3)
ProducesResponseTypeAttribute.cs (3)
26
IsResponseTypeSetByDefault
= true;
38
IsResponseTypeSetByDefault
= false;
54
IsResponseTypeSetByDefault
= false;
1 reference to IsResponseTypeSetByDefault
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
ApiResponseTypeProvider.cs (1)
193
errorSetByDefault = metadataAttribute is ProducesResponseTypeAttribute {
IsResponseTypeSetByDefault
: true };