3 writes to MaxDepth
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test (3)
XmlSerializerInputFormatterTest.cs (3)
406
formatter.
MaxDepth
= 10;
433
formatter.
MaxDepth
= 1;
469
Assert.Throws<ArgumentOutOfRangeException>(() => formatter.
MaxDepth
= 0);