26 writes to _curDepth
System.Private.Xml (26)
System\Xml\Dom\XmlNodeReader.cs (26)
1148
_curDepth
= 0;
1369
_readerNav.ResetMove(ref
_curDepth
, ref _nodeType);
1372
_curDepth
++;
1380
_readerNav.RollBackMove(ref
_curDepth
);
1389
_readerNav.ResetMove(ref
_curDepth
, ref _nodeType);
1393
_curDepth
++;
1401
_readerNav.RollBackMove(ref
_curDepth
);
1410
_readerNav.ResetMove(ref
_curDepth
, ref _nodeType);
1426
_readerNav.RollBackMove(ref
_curDepth
);
1429
_curDepth
++;
1438
_readerNav.ResetMove(ref
_curDepth
, ref _nodeType);
1442
_curDepth
++;
1450
_readerNav.RollBackMove(ref
_curDepth
);
1460
_readerNav.ResetToAttribute(ref
_curDepth
);
1461
if (_readerNav.MoveToNextAttribute(ref
_curDepth
))
1470
_readerNav.RollBackMove(ref
_curDepth
);
1480
_readerNav.ResetToAttribute(ref
_curDepth
);
1483
_curDepth
--;
1491
_readerNav.RollBackMove(ref
_curDepth
);
1526
_curDepth
= 0;
1575
_curDepth
++;
1605
_curDepth
++;
1669
_curDepth
--;
1676
_curDepth
--;
1690
_readerNav.ResetMove(ref
_curDepth
, ref _nodeType);
1785
if (_readerNav.ReadAttributeValue(ref
_curDepth
, ref _bResolveEntity, ref _nodeType))
6 references to _curDepth
System.Private.Xml (6)
System\Xml\Dom\XmlNodeReader.cs (6)
1246
get { return
_curDepth
; }
1459
_readerNav.LogMove(
_curDepth
);
1479
_readerNav.LogMove(
_curDepth
);
1627
Debug.Assert(
_curDepth
== 0);
1648
if (!_bStartFromDocument &&
_curDepth
== 0)
1663
if (
_curDepth
== 0)