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