1 instantiation of DataTableCollection
System.Data.Common (1)
System\Data\DataSet.cs (1)
96_tableCollection = new DataTableCollection(this);
7 references to DataTableCollection
netstandard (1)
netstandard.cs (1)
512[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataTableCollection))]
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
82[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataTableCollection))]
System.Data.Common (5)
System\Data\Common\DataTableMapping.cs (1)
139DataTableCollection tables = dataSet.Tables;
System\Data\DataSet.cs (3)
44private readonly DataTableCollection _tableCollection; 1038public DataTableCollection Tables => _tableCollection; 1170DataTableCollection tbls = Tables;
System\Data\DataTableCollection.cs (1)
709/// Raises the <see cref='System.Data.DataTableCollection.OnCollectionChanged'/> event.