3 references to IsStoreFunction
System.Data.Entity (3)
System\Data\SqlClient\SqlGen\SqlFunctionCallHandler.cs (2)
527return IsStoreFunction(e.Function) 1715else if (IsStoreFunction(function))
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
829if (!TypeHelpers.IsCanonicalFunction(function) && !SqlFunctionCallHandler.IsStoreFunction(function))