1 write to _dsElement
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
710_dsElement = FindDatasetElement(_elements);
17 references to _dsElement
System.Data.Common (17)
System\Data\XMLSchema.cs (17)
711if (_dsElement != null) 713string mainName = GetStringAttribute(_dsElement, Keywords.MSD_MAINDATATABLE, ""); 745XmlSchemaComplexType ct = (XmlSchemaComplexType)FindTypeNode(_dsElement!)!; 769if (element == _dsElement) 771if (ds != null && ds._useDataSetSchemaOnly && _dsElement != null) 773if (_dsElement.Parent != element.Parent) 793if (_dsElement != null) 794HandleDataSet(_dsElement, newDataSet); 1510if ((_dsElement != null) && (_dsElement.Constraints != null)) 1512foreach (XmlSchemaIdentityConstraint key in _dsElement.Constraints) 1647if ((_dsElement != null) && (_dsElement.Constraints != null)) 1649foreach (XmlSchemaIdentityConstraint key in _dsElement.Constraints) 1675if ((_dsElement != null) && (_dsElement.Constraints != null)) 1677foreach (XmlSchemaIdentityConstraint key in _dsElement.Constraints)