4 references to _readerQuotas
Microsoft.AspNetCore.Mvc.Formatters.Xml (4)
XmlSerializerInputFormatter.cs (4)
57get { return _readerQuotas.MaxDepth; } 58set { _readerQuotas.MaxDepth = value; } 65public XmlDictionaryReaderQuotas XmlDictionaryReaderQuotas => _readerQuotas; 214return XmlDictionaryReader.CreateTextReader(readStream, encoding, _readerQuotas, onClose: null);