4 references to MoveToNextSibling
System.Data.Common (4)
System\Xml\XmlBoundElement.cs (2)
372while (dp.MoveToNextSibling()); 394while (dp.MoveToNextSibling());
System\Xml\XmlDataDocument.cs (2)
1035for (bool fMore = dp.MoveToFirstChild(); fMore; fMore = dp.MoveToNextSibling()) 1061for (bool fMore = dp.MoveToFirstChild(); fMore; fMore = dp.MoveToNextSibling())