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)
1522
fMore = iter.
NextRight
(); //skip over the sub-region
1531
fMore = iter.
NextRight
();
2496
fMore = iter.
NextRight
();