2 writes to _columnCatalog
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\TableDetailsCollection.cs (2)
254this._columnCatalog = new System.Data.DataColumn(CATALOG, typeof(string), null, System.Data.MappingType.Element); 286this._columnCatalog = base.Columns[CATALOG];
2 references to _columnCatalog
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\TableDetailsCollection.cs (2)
83return this._columnCatalog; 255base.Columns.Add(this._columnCatalog);