3 references to TryGetClrType
System.Data.Entity (3)
System\Data\Metadata\ObjectItemCollection.cs (3)
463
return ObjectItemCollection.
TryGetClrType
((EdmType)objectSpaceType, out clrType);
487
return ObjectItemCollection.
TryGetClrType
((EdmType)objectSpaceType, out clrType);
502
if (!ObjectItemCollection.
TryGetClrType
(objectSpaceType, out clrType))