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