2 instantiations of Customer
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test (2)
XmlSerializerOutputFormatterTest.cs (2)
475var outputFormatterContext = GetOutputFormatterContext(new Customer(10), typeof(Customer)); 494var outputFormatterContext = GetOutputFormatterContext(new Customer(10), typeof(Customer));
3 references to Customer
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test (3)
XmlSerializerOutputFormatterTest.cs (3)
475var outputFormatterContext = GetOutputFormatterContext(new Customer(10), typeof(Customer)); 485$"An error occurred while trying to create an XmlSerializer for the type '{typeof(Customer).FullName}'.", 494var outputFormatterContext = GetOutputFormatterContext(new Customer(10), typeof(Customer));