1 write to _ds
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
662_ds = ds;
25 references to _ds
System.Data.Common (25)
System\Data\XMLSchema.cs (25)
416DataTable? table = _ds!.Tables.GetTable(XmlConvert.DecodeName(typeName), element.QualifiedName.Namespace); 434DataRelationCollection rels = _ds!.Relations; 480parent = _ds.Tables.GetTableSmart(parentName, parentNs); 485child = _ds.Tables.GetTableSmart(childName, childNs); 502_ds.Relations.Add(relation); 1285DataTable? table = _ds!.Tables.GetTableSmart(tableName, tableNs); 1396DataTable? table = _ds!.Tables.GetTableSmart(tableName, tableNs); 1442table = _ds!.Tables.GetTable(typeName, _TableUri); 1499if (!FromInference || _ds.Tables.GetTable(typeName, _TableUri) == null) 1501_ds.Tables.Add(table); 1558table = _ds!.Tables.GetTable(XmlConvert.DecodeName(typeName), _TableUri); 1625_ds.Tables.Add(table); 2562_ds!.Locale = new CultureInfo(value); 2566_ds!.Locale = CultureInfo.InvariantCulture; 2574_ds!.SetLocaleValue(CultureInfo.CurrentCulture, false); 2579_ds!.SetLocaleValue(new CultureInfo(0x409), false); 2596SetProperties(_ds, node.UnhandledAttributes); 2597SetExtProperties(_ds, node.UnhandledAttributes); 2601_ds.DataSetName = XmlConvert.DecodeName(dsName); 2604_ds.Namespace = dsNamespace; 2607_ds.Prefix = GetPrefix(_ds.Namespace); 2631DataTable? tempTable = _ds.Tables.GetTable(XmlConvert.DecodeName(GetInstanceName((XmlSchemaElement)el)), node.QualifiedName.Namespace); 2706List<DataTable> _tableList = new List<DataTable>(_ds.Tables.Count); 2711_ds.Tables.ReplaceFromInference(_tableList); // replace the list with the one in correct order: BackWard compatibility for inference