2 writes to _columnIsNullable
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\TableDetailsCollection.cs (2)
264this._columnIsNullable = new System.Data.DataColumn(IS_NULLABLE, typeof(bool), null, System.Data.MappingType.Element); 291this._columnIsNullable = base.Columns[IS_NULLABLE];
2 references to _columnIsNullable
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\TableDetailsCollection.cs (2)
127return this._columnIsNullable; 265base.Columns.Add(this._columnIsNullable);