3 references to RemoveType
Microsoft.AspNetCore.Mvc.Core.Test (1)
Formatters\FormatterCollectionTest.cs (1)
41
collection.
RemoveType
<TestOutputFormatter>();
Microsoft.AspNetCore.Mvc.NewtonsoftJson (2)
DependencyInjection\NewtonsoftJsonMvcOptionsSetup.cs (2)
46
options.OutputFormatters.
RemoveType
<SystemTextJsonOutputFormatter>();
49
options.InputFormatters.
RemoveType
<SystemTextJsonInputFormatter>();