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