26 writes to curDepth
System.Xml (26)
System\Xml\Dom\XmlNodeReader.cs (26)
974this.curDepth = 0; 1161readerNav.ResetMove( ref curDepth, ref nodeType ); 1163curDepth++; 1170readerNav.RollBackMove(ref curDepth); 1178readerNav.ResetMove( ref curDepth, ref nodeType ); 1181curDepth++; 1188readerNav.RollBackMove(ref curDepth); 1196readerNav.ResetMove( ref curDepth, ref nodeType ); 1207readerNav.RollBackMove(ref curDepth); 1210curDepth++; 1218readerNav.ResetMove( ref curDepth, ref nodeType ); 1221curDepth++; 1228readerNav.RollBackMove( ref curDepth ); 1237readerNav.ResetToAttribute( ref curDepth ); 1238if ( readerNav.MoveToNextAttribute( ref curDepth ) ) { 1245readerNav.RollBackMove( ref curDepth ); 1254readerNav.ResetToAttribute( ref curDepth ); 1256curDepth--; 1263readerNav.RollBackMove( ref curDepth ); 1293curDepth = 0; 1336curDepth++; 1359curDepth++; 1410curDepth--; 1415curDepth--; 1428readerNav.ResetMove( ref curDepth, ref nodeType ); 1509if ( readerNav.ReadAttributeValue( ref curDepth, ref bResolveEntity, ref nodeType ) ) {
6 references to curDepth
System.Xml (6)
System\Xml\Dom\XmlNodeReader.cs (6)
1057get { return curDepth; } 1236readerNav.LogMove( curDepth ); 1253readerNav.LogMove( curDepth ); 1378Debug.Assert( curDepth == 0 ); 1395if ( !bStartFromDocument && curDepth == 0 ) { 1406if ( curDepth == 0 )