1 instantiation of XmlSerializerInputFormatter
Microsoft.AspNetCore.Mvc.Formatters.Xml (1)
DependencyInjection\XmlSerializerMvcOptionsSetup.cs (1)
45
var inputFormatter = new
XmlSerializerInputFormatter
(options);
3 references to XmlSerializerInputFormatter
Microsoft.AspNetCore.Mvc.Formatters.Xml (3)
DependencyInjection\XmlSerializerMvcOptionsSetup.cs (1)
45
var
inputFormatter = new XmlSerializerInputFormatter(options);
XmlSerializerInputFormatter.cs (2)
26
/// Initializes a new instance of <see cref="
XmlSerializerInputFormatter
"/>.
72
if (GetType() == typeof(
XmlSerializerInputFormatter
))