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