26 writes to _curDepth
dotnet-svcutil-lib (26)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (26)
1158
_curDepth
= 0;
1379
_readerNav.ResetMove(ref
_curDepth
, ref _nodeType);
1382
_curDepth
++;
1390
_readerNav.RollBackMove(ref
_curDepth
);
1399
_readerNav.ResetMove(ref
_curDepth
, ref _nodeType);
1403
_curDepth
++;
1411
_readerNav.RollBackMove(ref
_curDepth
);
1420
_readerNav.ResetMove(ref
_curDepth
, ref _nodeType);
1436
_readerNav.RollBackMove(ref
_curDepth
);
1439
_curDepth
++;
1448
_readerNav.ResetMove(ref
_curDepth
, ref _nodeType);
1452
_curDepth
++;
1460
_readerNav.RollBackMove(ref
_curDepth
);
1470
_readerNav.ResetToAttribute(ref
_curDepth
);
1471
if (_readerNav.MoveToNextAttribute(ref
_curDepth
))
1480
_readerNav.RollBackMove(ref
_curDepth
);
1490
_readerNav.ResetToAttribute(ref
_curDepth
);
1493
_curDepth
--;
1501
_readerNav.RollBackMove(ref
_curDepth
);
1536
_curDepth
= 0;
1587
_curDepth
++;
1617
_curDepth
++;
1681
_curDepth
--;
1688
_curDepth
--;
1702
_readerNav.ResetMove(ref
_curDepth
, ref _nodeType);
1797
if (_readerNav.ReadAttributeValue(ref
_curDepth
, ref _bResolveEntity, ref _nodeType))
6 references to _curDepth
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (6)
1256
get { return
_curDepth
; }
1469
_readerNav.LogMove(
_curDepth
);
1489
_readerNav.LogMove(
_curDepth
);
1639
Debug.Assert(
_curDepth
== 0);
1660
if (!_bStartFromDocument &&
_curDepth
== 0)
1675
if (
_curDepth
== 0)