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