1 write to _ds
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
661_ds = ds;
25 references to _ds
System.Data.Common (25)
System\Data\XMLSchema.cs (25)
413DataTable? table = _ds!.Tables.GetTable(XmlConvert.DecodeName(typeName), element.QualifiedName.Namespace); 431DataRelationCollection rels = _ds!.Relations; 477parent = _ds.Tables.GetTableSmart(parentName, parentNs); 482child = _ds.Tables.GetTableSmart(childName, childNs); 499_ds.Relations.Add(relation); 1287DataTable? table = _ds!.Tables.GetTableSmart(tableName, tableNs); 1398DataTable? table = _ds!.Tables.GetTableSmart(tableName, tableNs); 1445table = _ds!.Tables.GetTable(typeName, _TableUri); 1502if (!FromInference || _ds.Tables.GetTable(typeName, _TableUri) == null) 1504_ds.Tables.Add(table); 1562table = _ds!.Tables.GetTable(XmlConvert.DecodeName(typeName), _TableUri); 1629_ds.Tables.Add(table); 2571_ds!.Locale = new CultureInfo(value); 2575_ds!.Locale = CultureInfo.InvariantCulture; 2583_ds!.SetLocaleValue(CultureInfo.CurrentCulture, false); 2588_ds!.SetLocaleValue(new CultureInfo(0x409), false); 2605SetProperties(_ds, node.UnhandledAttributes); 2606SetExtProperties(_ds, node.UnhandledAttributes); 2610_ds.DataSetName = XmlConvert.DecodeName(dsName); 2613_ds.Namespace = dsNamespace; 2616_ds.Prefix = GetPrefix(_ds.Namespace); 2640DataTable? tempTable = _ds.Tables.GetTable(XmlConvert.DecodeName(GetInstanceName((XmlSchemaElement)el)), node.QualifiedName.Namespace); 2709List<DataTable> _tableList = new List<DataTable>(_ds.Tables.Count); 2714_ds.Tables.ReplaceFromInference(_tableList); // replace the list with the one in correct order: BackWard compatibility for inference