2 instantiations of FunctionImportElement
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (1)
201
FunctionImportElement functionImport = new
FunctionImportElement
(this);
System\Data\EntityModel\SchemaObjectModel\FunctionImportElement.cs (1)
310
FunctionImportElement function = new
FunctionImportElement
((EntityContainer)parentElement);
5 references to FunctionImportElement
System.Data.Entity (5)
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (1)
201
FunctionImportElement
functionImport = new FunctionImportElement(this);
System\Data\EntityModel\SchemaObjectModel\FunctionImportElement.cs (1)
310
FunctionImportElement
function = new FunctionImportElement((EntityContainer)parentElement);
System\Data\EntityModel\SchemaObjectModel\ReturnType.cs (1)
287
((
FunctionImportElement
)this.ParentElement).ResolveEntitySet(this, _unresolvedEntitySet, ref _entitySet);
System\Data\Metadata\Converter.cs (2)
936
var
somFunctionImport = (Som.
FunctionImportElement
)somFunction;