2 references to FunctionLookUpTable
System.Data.Entity (2)
System\Data\Metadata\Edm\ItemCollection.cs (1)
321
return GetFunctions(this.
FunctionLookUpTable
, functionName, ignoreCase);
System\Data\Metadata\StoreItemCollection.cs (1)
331
if (this.
FunctionLookUpTable
.TryGetValue(functionName, out functionOverloads))