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); 1471if (_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); 1797if (_readerNav.ReadAttributeValue(ref _curDepth, ref _bResolveEntity, ref _nodeType))
6 references to _curDepth
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (6)
1256get { return _curDepth; } 1469_readerNav.LogMove(_curDepth); 1489_readerNav.LogMove(_curDepth); 1639Debug.Assert(_curDepth == 0); 1660if (!_bStartFromDocument && _curDepth == 0) 1675if (_curDepth == 0)