2 writes to _table
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\EntityContainerEntitySet.cs (2)
199
_table
= reader.Value;
256
entitySet.
_table
= this._table;
2 references to _table
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\EntityContainerEntitySet.cs (2)
66
return
_table
;
256
entitySet._table = this.
_table
;