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