3 references to IsModelDefinedFunction
System.Data.Entity (3)
System\Data\Metadata\Edm\EdmFunction.cs (1)
151return this.IsModelDefinedFunction && !String.IsNullOrEmpty(this.CommandTextAttribute);
System\Data\Metadata\EdmItemCollection.cs (1)
456Debug.Assert(function.IsModelDefinedFunction, "Function definition can be requested only for user-defined model functions.");
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
1037if (e.Function.IsModelDefinedFunction)