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