4 references to _readerQuotas
Microsoft.AspNetCore.Mvc.Formatters.Xml (4)
XmlDataContractSerializerInputFormatter.cs (4)
60get { return _readerQuotas.MaxDepth; } 61set { _readerQuotas.MaxDepth = value; } 68public XmlDictionaryReaderQuotas XmlDictionaryReaderQuotas => _readerQuotas; 191return XmlDictionaryReader.CreateTextReader(readStream, encoding, _readerQuotas, onClose: null);