1 instantiation of ModelFunction
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
1091
ModelFunction function = new
ModelFunction
(this);
8 references to ModelFunction
System.Data.Entity (8)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
1091
ModelFunction
function = new ModelFunction(this);
System\Data\Metadata\Converter.cs (7)
878
TypeUsage returnType = GetFunctionTypeUsage(somFunction is Som.
ModelFunction
,
908
TypeUsage returnType = GetFunctionTypeUsage(somFunction is Som.
ModelFunction
,
967
TypeUsage parameterType = GetFunctionTypeUsage(somFunction is Som.
ModelFunction
,
1151
Som.
ModelFunction
modelFunction = somFunction as Som.
ModelFunction
;
1188
var
modelFunction = ((Som.
ModelFunction
)somFunction);