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