2 writes to _columnScale
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\TableDetailsCollection.cs (2)
274this._columnScale = new System.Data.DataColumn(SCALE, typeof(int), null, System.Data.MappingType.Element); 296this._columnScale = base.Columns[SCALE];
2 references to _columnScale
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\TableDetailsCollection.cs (2)
182return this._columnScale; 275base.Columns.Add(this._columnScale);