3 instantiations of ApiRequestFormat
Microsoft.AspNetCore.Mvc.ApiExplorer (3)
DefaultApiDescriptionProvider.cs (2)
154
apiDescription.SupportedRequestFormats.Add(new
ApiRequestFormat
456
results.Add(new
ApiRequestFormat
()
EndpointMetadataApiDescriptionProvider.cs (1)
159
supportedRequestFormats.Add(new
ApiRequestFormat
6 references to ApiRequestFormat
Microsoft.AspNetCore.Mvc.Abstractions (2)
ApiExplorer\ApiDescription.cs (2)
57
public IList<
ApiRequestFormat
> SupportedRequestFormats { get; } = new List<
ApiRequestFormat
>();
Microsoft.AspNetCore.Mvc.ApiExplorer (4)
DefaultApiDescriptionProvider.cs (3)
144
foreach (
var
format in requestFormats)
433
private IReadOnlyList<
ApiRequestFormat
> GetSupportedFormats(MediaTypeCollection contentTypes, Type type)
443
var results = new List<
ApiRequestFormat
>();
Properties\AssemblyInfo.cs (1)
11
[assembly: TypeForwardedTo(typeof(Microsoft.AspNetCore.Mvc.ApiExplorer.
ApiRequestFormat
))]