1 instantiation of DataRowBuilder
System.Data.Common (1)
System\Data\DataTable.cs (1)
177_rowBuilder = new DataRowBuilder(this, -1);
5 references to DataRowBuilder
netstandard (1)
netstandard.cs (1)
496[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataRowBuilder))]
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
69[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.DataRowBuilder))]
System.Data.Common (3)
System\Data\DataRow.cs (1)
46protected internal DataRow(DataRowBuilder builder)
System\Data\DataTable.cs (2)
144private readonly DataRowBuilder _rowBuilder; 3514protected virtual DataRow NewRowFromBuilder(DataRowBuilder builder) => new DataRow(builder);