1 write to _dsElement
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
712_dsElement = FindDatasetElement(_elements);
17 references to _dsElement
System.Data.Common (17)
System\Data\XMLSchema.cs (17)
713if (_dsElement != null) 715string mainName = GetStringAttribute(_dsElement, Keywords.MSD_MAINDATATABLE, ""); 747XmlSchemaComplexType ct = (XmlSchemaComplexType)FindTypeNode(_dsElement!)!; 771if (element == _dsElement) 773if (ds != null && ds._useDataSetSchemaOnly && _dsElement != null) 775if (_dsElement.Parent != element.Parent) 795if (_dsElement != null) 796HandleDataSet(_dsElement, newDataSet); 1517if ((_dsElement != null) && (_dsElement.Constraints != null)) 1519foreach (XmlSchemaIdentityConstraint key in _dsElement.Constraints) 1655if ((_dsElement != null) && (_dsElement.Constraints != null)) 1657foreach (XmlSchemaIdentityConstraint key in _dsElement.Constraints) 1683if ((_dsElement != null) && (_dsElement.Constraints != null)) 1685foreach (XmlSchemaIdentityConstraint key in _dsElement.Constraints)