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)
2340internal bool IsExceededLimit { get { return _depth > _maxDepth; } }