1 write to maxDepth
System.Xml (1)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
2034
this.
maxDepth
= DiagnosticsSwitches.NonRecursiveTypeLoading.Enabled ? 1 : int.MaxValue;
1 reference to maxDepth
System.Xml (1)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
2037
internal bool IsExceededLimit { get { return this.depth > this.
maxDepth
; } }