Base:
method
NextRight
System.Xml.BaseTreeIterator.NextRight()
5 references to NextRight
System.Data.Common (5)
System\Xml\RegionIterator.cs (2)
56
return
NextRight
();
149
return
NextRight
();
System\Xml\XmlDataDocument.cs (3)
1523
fMore = iter.
NextRight
(); //skip over the sub-region
1532
fMore = iter.
NextRight
();
2498
fMore = iter.
NextRight
();