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