7 writes to MediaType
Microsoft.AspNetCore.Mvc.ApiExplorer (3)
DefaultApiDescriptionProvider.cs (2)
156MediaType = contentType, 459MediaType = supportedType,
EndpointMetadataApiDescriptionProvider.cs (1)
161MediaType = contentType
Microsoft.AspNetCore.OpenApi (4)
Services\OpenApiDocumentService.cs (4)
689supportedRequestFormats = [new ApiRequestFormat { MediaType = "application/x-www-form-urlencoded" }]; 853supportedRequestFormats = [new ApiRequestFormat { MediaType = "application/octet-stream" }]; 859supportedRequestFormats = [new ApiRequestFormat { MediaType = "application/json-patch+json" }]; 865supportedRequestFormats = [new ApiRequestFormat { MediaType = "application/json" }];
2 references to MediaType
Microsoft.AspNetCore.OpenApi (2)
Services\OpenApiDocumentService.cs (2)
829var contentType = requestFormat.MediaType; 878var contentType = requestFormat.MediaType;