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