4 instantiations of TestOutputFormatter
Microsoft.AspNetCore.Mvc.Core.Test (4)
Formatters\FormatterCollectionTest.cs (4)
16
new
TestOutputFormatter
(),
18
new
TestOutputFormatter
()
35
new
TestOutputFormatter
(),
37
new
TestOutputFormatter
()
2 references to TestOutputFormatter
Microsoft.AspNetCore.Mvc.Core.Test (2)
Formatters\FormatterCollectionTest.cs (2)
22
collection.RemoveType(typeof(
TestOutputFormatter
));
41
collection.RemoveType<
TestOutputFormatter
>();