2 writes to _dsElement
System.Data.Common (2)
System\Data\xmlsaver.cs (2)
550_dsElement = xd.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_ELEMENT, Keywords.XSDNS); 943_dsElement = xd.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_ELEMENT, Keywords.XSDNS);
29 references to _dsElement
System.Data.Common (29)
System\Data\xmlsaver.cs (29)
667rootSchema.AppendChild(_dsElement); 668AddXdoProperties(_ds, _dsElement); 669AddExtendedProperties(ds!._extendedProperties, _dsElement); 686_dsElement.AppendChild(_constraintSeparator); 690AddXdoProperties(_ds, _dsElement); 691AddExtendedProperties(_ds._extendedProperties, _dsElement); 758_dsElement.RemoveChild(_constraintSeparator); 759rootSchema.AppendChild(_dsElement); 963_dsElement.AppendChild(_constraintSeparator); 1008_dsElement.RemoveChild(_constraintSeparator); 1009rootSchema.AppendChild(_dsElement); 1017Debug.Assert(_dsElement != null); 1022_dsElement.SetAttribute(Keywords.NAME, XmlConvert.EncodeLocalName(dataSet.DataSetName)); 1023_dsElement.SetAttribute(Keywords.MSD_ISDATASET, Keywords.MSDNS, Keywords.TRUE); 1025_dsElement.SetAttribute(Keywords.MSD_MAINDATATABLE, Keywords.MSDNS, XmlConvert.EncodeLocalName(((dt!.Namespace.Length == 0) ? dt.TableName : (dt.Namespace + ":" + dt.TableName)))); 1030_dsElement.SetAttribute(Keywords.MSD_CASESENSITIVE, Keywords.MSDNS, Keywords.TRUE); 1034_dsElement.SetAttribute(Keywords.MSD_LOCALE, Keywords.MSDNS, dataSet.Locale.ToString()); 1038_dsElement.SetAttribute(Keywords.MSD_USECURRENTLOCALE, Keywords.MSDNS, Keywords.TRUE); 1045_dsElement.SetAttribute(Keywords.NAME, XmlConvert.EncodeLocalName("NewDataSet")); 1046_dsElement.SetAttribute(Keywords.MSD_ISDATASET, Keywords.MSDNS, Keywords.TRUE); 1047_dsElement.SetAttribute(Keywords.MSD_MAINDATATABLE, Keywords.MSDNS, XmlConvert.EncodeLocalName(((dt.Namespace.Length == 0) ? dt.TableName : (dt.Namespace + ":" + dt.TableName)))); 1052_dsElement.SetAttribute(Keywords.MSD_CASESENSITIVE, Keywords.MSDNS, Keywords.TRUE); 1056_dsElement.SetAttribute(Keywords.MSD_LOCALE, Keywords.MSDNS, dt.Locale.ToString()); 1060_dsElement.SetAttribute(Keywords.MSD_USECURRENTLOCALE, Keywords.MSDNS, Keywords.TRUE); 1066_dsElement.AppendChild(type); 1721Debug.Assert(_dsElement != null); 2055_dsElement.InsertBefore(constraint, _constraintSeparator); 2123_dsElement.InsertBefore(constraint, _constraintSeparator); 2207_dsElement.InsertAfter(constraint, _constraintSeparator);