Base:
property
Depth
System.Xml.XmlReader.Depth
2 references to Depth
System.Runtime.Serialization (2)
System\Xml\XmlBaseReader.cs (2)
1842
int depth =
Depth
;
1843
while (Read() && depth <
Depth
)