5 implementations of SetContentTypes
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (1)
DefaultApiDescriptionProviderTest.cs (1)
2881public void SetContentTypes(MediaTypeCollection contentTypes)
Microsoft.AspNetCore.Mvc.Core (3)
ProducesAttribute.cs (1)
98public void SetContentTypes(MediaTypeCollection contentTypes)
ProducesDefaultResponseTypeAttribute.cs (1)
48void IApiResponseMetadataProvider.SetContentTypes(MediaTypeCollection contentTypes)
ProducesResponseTypeAttribute.cs (1)
96void IApiResponseMetadataProvider.SetContentTypes(MediaTypeCollection contentTypes)
Mvc.Api.Analyzers.Test (1)
TestFiles\SymbolApiResponseMetadataProviderTest\GetResponseMetadataTests.cs (1)
65public void SetContentTypes(MediaTypeCollection contentTypes)
4 references to SetContentTypes
Microsoft.AspNetCore.Mvc.ApiExplorer (2)
ApiResponseTypeProvider.cs (2)
164metadataAttribute.SetContentTypes(contentTypes); 210metadataAttribute.SetContentTypes(attributeContentTypes);
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\FormatFilter.cs (1)
87filter.SetContentTypes(supportedMediaTypes);
Microsoft.AspNetCore.OpenApi (1)
Services\OpenApiGenerator.cs (1)
180providerMetadata.SetContentTypes(discoveredContentTypeAnnotation);