2 references to GetDefaultXmlReaderQuotas
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
XmlDataContractSerializerInputFormatter.cs (1)
22
private readonly XmlDictionaryReaderQuotas _readerQuotas = FormattingUtilities.
GetDefaultXmlReaderQuotas
();
XmlSerializerInputFormatter.cs (1)
22
private readonly XmlDictionaryReaderQuotas _readerQuotas = FormattingUtilities.
GetDefaultXmlReaderQuotas
();