Base:
property
Depth
System.Xml.XmlReader.Depth
7 references to Depth
System.Private.Xml (7)
System\Xml\Core\XmlValidatingReader.cs (1)
87
get { return _impl.
Depth
; }
System\Xml\Schema\DtdValidator.cs (2)
98
if (reader.
Depth
== 0 &&
134
if ((reader.
Depth
== 0) &&
System\Xml\Schema\XdrValidator.cs (2)
95
if (SchemaNames.IsXDRRoot(elementName.Name, elementName.Namespace) && reader.
Depth
> 0)
198
if (reader.
Depth
== 0)
System\Xml\Schema\XsdValidator.cs (2)
175
if (IsXSDRoot(elementName.Name, elementName.Namespace) && reader.
Depth
> 0)
262
if (reader.
Depth
== 0)