2 writes to _entitySets
System.Data.Entity (2)
System\Data\Metadata\Edm\EdmFunction.cs (2)
63
_entitySets
= new ReadOnlyMetadataCollection<EntitySet>(payload.EntitySets);
73
_entitySets
= new ReadOnlyMetadataCollection<EntitySet>(list);
3 references to _entitySets
System.Data.Entity (3)
System\Data\Metadata\Edm\EdmFunction.cs (3)
164
return
_entitySets
.Count != 0 ?
_entitySets
[0] : null;
178
return
_entitySets
;