1 write to _ds
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
664_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); 1291DataTable? table = _ds!.Tables.GetTableSmart(tableName, tableNs); 1402DataTable? table = _ds!.Tables.GetTableSmart(tableName, tableNs); 1449table = _ds!.Tables.GetTable(typeName, _TableUri); 1506if (!FromInference || _ds.Tables.GetTable(typeName, _TableUri) == null) 1508_ds.Tables.Add(table); 1566table = _ds!.Tables.GetTable(XmlConvert.DecodeName(typeName), _TableUri); 1633_ds.Tables.Add(table); 2575_ds!.Locale = new CultureInfo(value); 2579_ds!.Locale = CultureInfo.InvariantCulture; 2587_ds!.SetLocaleValue(CultureInfo.CurrentCulture, false); 2592_ds!.SetLocaleValue(new CultureInfo(0x409), false); 2609SetProperties(_ds, node.UnhandledAttributes); 2610SetExtProperties(_ds, node.UnhandledAttributes); 2614_ds.DataSetName = XmlConvert.DecodeName(dsName); 2617_ds.Namespace = dsNamespace; 2620_ds.Prefix = GetPrefix(_ds.Namespace); 2644DataTable? tempTable = _ds.Tables.GetTable(XmlConvert.DecodeName(GetInstanceName((XmlSchemaElement)el)), node.QualifiedName.Namespace); 2719List<DataTable> _tableList = new List<DataTable>(_ds.Tables.Count); 2724_ds.Tables.ReplaceFromInference(_tableList); // replace the list with the one in correct order: BackWard compatibility for inference