2 references to ConvertFunctionSignatureToCType
System.Data.Entity (2)
System\Data\Metadata\StoreItemCollection.cs (2)
61
_cachedCTypeFunction = new Memoizer<EdmFunction, EdmFunction>(
ConvertFunctionSignatureToCType
, null);
196
cachedCTypeFunction = new Memoizer<EdmFunction, EdmFunction>(
ConvertFunctionSignatureToCType
, null);