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