1 instantiation of DataRowBuilder
System.Data (1)
fx\src\data\System\Data\DataTable.cs (1)
194rowBuilder = new DataRowBuilder(this, -1);
9 references to DataRowBuilder
System.Data (5)
fx\src\data\System\Data\CodeGen\datacache.cs (2)
715newRowFromBuilder.Parameters.Add(ParameterDecl(typeof(DataRowBuilder), "builder")); 768constructor.Parameters.Add(ParameterDecl(typeof(DataRowBuilder), "rb"));
fx\src\data\System\Data\DataRow.cs (1)
55protected internal DataRow (DataRowBuilder builder) {
fx\src\data\System\Data\DataTable.cs (2)
160private readonly DataRowBuilder rowBuilder; 3195protected virtual DataRow NewRowFromBuilder(DataRowBuilder builder) {
System.Data.Entity.Design (4)
System\Data\Entity\Design\SSDLGenerator\RelationshipDetailsCollection.cs (1)
288protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder)
System\Data\Entity\Design\SSDLGenerator\RelationshipDetailsRow.cs (1)
27internal RelationshipDetailsRow(System.Data.DataRowBuilder rb)
System\Data\Entity\Design\SSDLGenerator\TableDetailsCollection.cs (1)
307protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder)
System\Data\Entity\Design\SSDLGenerator\TableDetailsRow.cs (1)
26internal TableDetailsRow(System.Data.DataRowBuilder rb)