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