3 references to GetCTypeFunctions
System.Data.Entity (3)
System\Data\Mapping\ViewValidator.cs (1)
232
var cTypeFunctions = sSpace.
GetCTypeFunctions
(function.FullName, false);
System\Data\Metadata\Perspective.cs (2)
156
((StoreItemCollection)itemCollection).
GetCTypeFunctions
(fullName, ignoreCase) :
181
overloads = ((StoreItemCollection)storeItemCollection).
GetCTypeFunctions
(fullName, ignoreCase);