1 write to _maxDepth
System.Private.Xml (1)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
2337
_maxDepth
= DiagnosticsSwitches.NonRecursiveTypeLoading.Enabled ? 1 : int.MaxValue;
1 reference to _maxDepth
System.Private.Xml (1)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
2340
internal bool IsExceededLimit { get { return _depth >
_maxDepth
; } }