2 references to FindEntitySet
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\EntityContainerRelationshipSetEnd.cs (1)
105
_entitySet = this.ParentElement.ParentElement.
FindEntitySet
( _unresolvedEntitySetName );
System\Data\EntityModel\SchemaObjectModel\FunctionImportElement.cs (1)
121
entitySet = _container.
FindEntitySet
(unresolvedEntitySet);