Base:
property
Depth
System.Xml.XmlReader.Depth
7 references to Depth
System.Xml (7)
System\Xml\Core\XmlValidatingReader.cs (1)
81
get { return impl.
Depth
; }
System\Xml\Schema\DtdValidator.cs (2)
87
if(reader.
Depth
== 0 &&
117
if ( (reader.
Depth
== 0) &&
System\Xml\Schema\XdrValidator.cs (2)
84
if (SchemaNames.IsXDRRoot(elementName.Name, elementName.Namespace) && reader.
Depth
> 0) {
166
if (reader.
Depth
== 0) {
System\Xml\Schema\XsdValidator.cs (2)
156
if (IsXSDRoot(elementName.Name, elementName.Namespace) && reader.
Depth
> 0) {
229
if (reader.
Depth
== 0) {