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