4 references to MoveToFirstChild
System.Data.Common (4)
System\Xml\XmlBoundElement.cs (2)
366if (!dp.IsEmptyElement && dp.MoveToFirstChild()) 388if (dp.MoveToFirstChild())
System\Xml\XmlDataDocument.cs (2)
1035for (bool fMore = dp.MoveToFirstChild(); fMore; fMore = dp.MoveToNextSibling()) 1061for (bool fMore = dp.MoveToFirstChild(); fMore; fMore = dp.MoveToNextSibling())