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