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