Implemented interface member:
method
GetSupportedContentTypes
Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseTypeMetadataProvider.GetSupportedContentTypes(System.String, System.Type)
8 references to GetSupportedContentTypes
Microsoft.AspNetCore.Mvc.Core.Test (6)
Formatters\OutputFormatterTests.cs (6)
41var contentTypes = formatter.GetSupportedContentTypes( 117var contentTypes = formatter.GetSupportedContentTypes( 138var contentTypes = formatter.GetSupportedContentTypes( 159var contentTypes = formatter.GetSupportedContentTypes( 179var contentTypes = formatter.GetSupportedContentTypes( 228() => formatter.GetSupportedContentTypes("application/json", typeof(object)));
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test (2)
XmlDataContractSerializerOutputFormatterTest.cs (1)
449var result = formatter.GetSupportedContentTypes(
XmlSerializerOutputFormatterTest.cs (1)
435var result = formatter.GetSupportedContentTypes("application/xml", type);