3 writes to MaxDepth
Microsoft.AspNetCore.Mvc.Formatters.Xml (3)
FormattingUtilities.cs (1)
27MaxDepth = DefaultMaxDepth,
XmlDataContractSerializerInputFormatter.cs (1)
61set { _readerQuotas.MaxDepth = value; }
XmlSerializerInputFormatter.cs (1)
58set { _readerQuotas.MaxDepth = value; }
6 references to MaxDepth
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
XmlDataContractSerializerInputFormatter.cs (1)
60get { return _readerQuotas.MaxDepth; }
XmlSerializerInputFormatter.cs (1)
57get { return _readerQuotas.MaxDepth; }
System.Private.DataContractSerialization (2)
System\Xml\XmlBaseReader.cs (2)
266if (_depth > _quotas.MaxDepth) 267XmlExceptionHelper.ThrowMaxDepthExceeded(this, _quotas.MaxDepth);
UnitTests.Common (2)
TestHelpers.cs (2)
27&& a.MaxDepth == b.MaxDepth