1 write to _dsElement
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
709_dsElement = FindDatasetElement(_elements);
17 references to _dsElement
System.Data.Common (17)
System\Data\XMLSchema.cs (17)
710if (_dsElement != null) 712string mainName = GetStringAttribute(_dsElement, Keywords.MSD_MAINDATATABLE, ""); 744XmlSchemaComplexType ct = (XmlSchemaComplexType)FindTypeNode(_dsElement!)!; 768if (element == _dsElement) 770if (ds != null && ds._useDataSetSchemaOnly && _dsElement != null) 772if (_dsElement.Parent != element.Parent) 792if (_dsElement != null) 793HandleDataSet(_dsElement, newDataSet); 1513if ((_dsElement != null) && (_dsElement.Constraints != null)) 1515foreach (XmlSchemaIdentityConstraint key in _dsElement.Constraints) 1651if ((_dsElement != null) && (_dsElement.Constraints != null)) 1653foreach (XmlSchemaIdentityConstraint key in _dsElement.Constraints) 1679if ((_dsElement != null) && (_dsElement.Constraints != null)) 1681foreach (XmlSchemaIdentityConstraint key in _dsElement.Constraints)