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