2 writes to _schema
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\EntityContainerEntitySet.cs (2)
187
_schema
= reader.Value;
255
entitySet.
_schema
= this._schema;
2 references to _schema
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\EntityContainerEntitySet.cs (2)
58
return
_schema
;
255
entitySet._schema = this.
_schema
;