4 references to Produces
Microsoft.AspNetCore.Routing (3)
Builder\OpenApiRouteHandlerBuilderExtensions.cs (3)
55return Produces(builder, statusCode, typeof(TResponse), contentType, additionalContentTypes); 109return Produces(builder, statusCode, typeof(ProblemDetails), contentType); 130return Produces(builder, statusCode, typeof(HttpValidationProblemDetails), contentType);
Microsoft.AspNetCore.Routing.Tests (1)
Builder\OpenApiRouteHandlerBuilderExtensionsTest.cs (1)
63builder.Produces(StatusCodes.Status404NotFound);