2 writes to depth
System.Xml (2)
System\Xml\Serialization\XmlReflectionImporter.cs (2)
2033this.depth = 0; 2038internal int Depth { get { return this.depth; } set { this.depth = value; } }
2 references to depth
System.Xml (2)
System\Xml\Serialization\XmlReflectionImporter.cs (2)
2037internal bool IsExceededLimit { get { return this.depth > this.maxDepth; } } 2038internal int Depth { get { return this.depth; } set { this.depth = value; } }