Base:
property
Depth
System.Xml.XmlReader.Depth
72 references to Depth
System.Configuration (30)
System\Configuration\BaseConfigurationRecord.cs (11)
636if (xmlUtil.Reader.Depth == 1) { 1815while (xmlUtil.Reader.Depth > 0) { 1861int depth = xmlUtil.Reader.Depth; 1864while (xmlUtil.Reader.Depth > depth) { 2304if (xmlUtil.Reader.Depth == 1 && xmlUtil.Reader.Name == KEYWORD_CONFIGSECTIONS) { 2330int depth = xmlUtil.Reader.Depth; 2333while (xmlUtil.Reader.Depth == depth + 1) { 2639if (xmlUtil.Reader.Depth > depth + 1) { 2643while (xmlUtil.Reader.Depth > (depth + 1)) { 2914depth = xmlUtil.Reader.Depth; 2918while (xmlUtil.Reader.Depth == depth + 1) {
System\Configuration\MgmtConfigurationRecord.cs (9)
716if (reader.Depth != 0) { 735if (reader.Depth <= 0 && reader.NodeType != XmlNodeType.EndElement) { 2427bool skipFirstIndent = reader.Depth > 0 && reader.NodeType == XmlNodeType.Element; 2563int depth = reader.Depth; 2564while (reader.Depth == depth) { 2794int depth = reader.Depth; 2795while (reader.Depth == depth) { 3198while (reader.Depth >= 1) { 3222while (reader.Depth > 0) {
System\Configuration\XmlUtil.cs (10)
236int currentDepth = _reader.Depth; 239while (_reader.Depth >= currentDepth) { 446depth = _reader.Depth; 457if (_reader.Depth < depth) { 494depth = _reader.Depth; 529if (_reader.Depth < depth) { 545int depth = _reader.Depth; 552while (_reader.Depth > depth) { 1046utilWriter.AppendIndent(linePosition, indent, reader.Depth, newLine); 1098utilWriter.AppendIndent(linePosition, indent, reader.Depth - 1, true);
System.Runtime.Remoting (36)
metadata\wsdlparser.cs (36)
179int curDepth = _XMLReader.Depth; 184while (_XMLReader.Depth > curDepth) 256int curDepth = _XMLReader.Depth; 261while (_XMLReader.Depth > curDepth) 386int curDepth = _XMLReader.Depth; 391while (_XMLReader.Depth > curDepth) 473int curDepth = _XMLReader.Depth; 478while (_XMLReader.Depth > curDepth) 520int curDepth = _XMLReader.Depth; 528while (_XMLReader.Depth > curDepth) 603int curDepth = _XMLReader.Depth; 606while (_XMLReader.Depth > curDepth) 847int curDepth = _XMLReader.Depth; 854while (_XMLReader.Depth > curDepth) 941int curDepth = _XMLReader.Depth; 947while (_XMLReader.Depth > curDepth) 1060int curDepth = _XMLReader.Depth; 1062while (_XMLReader.Depth > curDepth) 1100int curDepth = _XMLReader.Depth; 1102while (_XMLReader.Depth > curDepth) 1127int curDepth = _XMLReader.Depth; 1130while (_XMLReader.Depth > curDepth) 1205int curDepth = _XMLReader.Depth; 1207while (_XMLReader.Depth > curDepth) 1285int curDepth = _XMLReader.Depth; 1287while (_XMLReader.Depth > curDepth) 1348int curDepth = _XMLReader.Depth; 1355while (_XMLReader.Depth > curDepth) 1429int curDepth = _XMLReader.Depth; 1431while (_XMLReader.Depth > curDepth) 1494int curDepth = _XMLReader.Depth; 1496while (_XMLReader.Depth > curDepth) 1522int curDepth = _XMLReader.Depth; 1524while (_XMLReader.Depth > curDepth) 2097int curDepth = _XMLReader.Depth; 2103while (_XMLReader.Depth > curDepth)
WindowsBase (6)
Base\MS\Internal\IO\Packaging\PartBasedPackageProperties.cs (1)
613if (reader.Depth != 1)
Base\System\IO\Packaging\ZipPackage.cs (4)
1140&& (reader.Depth == 0) 1164&& reader.Depth == 1 1172&& reader.Depth == 1 1179if (reader.NodeType == XmlNodeType.EndElement && reader.Depth == 0 && String.CompareOrdinal(reader.Name, TypesTagName) == 0)
Shared\MS\Internal\IO\Packaging\PackagingUtilities.cs (1)
72if (reader.Read() && reader.NodeType == XmlNodeType.XmlDeclaration && reader.Depth == 0)