4 references to MoveToFirstChild
System.Data.Common (4)
System\Xml\XmlBoundElement.cs (2)
335if (!dp.IsEmptyElement && dp.MoveToFirstChild()) 356if (dp.MoveToFirstChild())
System\Xml\XmlDataDocument.cs (2)
1012for (bool fMore = dp.MoveToFirstChild(); fMore; fMore = dp.MoveToNextSibling()) 1036for (bool fMore = dp.MoveToFirstChild(); fMore; fMore = dp.MoveToNextSibling())