4 references to MoveToNextSibling
System.Data.Common (4)
System\Xml\XmlBoundElement.cs (2)
341while (dp.MoveToNextSibling()); 362while (dp.MoveToNextSibling());
System\Xml\XmlDataDocument.cs (2)
1012for (bool fMore = dp.MoveToFirstChild(); fMore; fMore = dp.MoveToNextSibling()) 1036for (bool fMore = dp.MoveToFirstChild(); fMore; fMore = dp.MoveToNextSibling())