4 references to GetTypeUsage
System.Data.Entity (4)
System\Data\Objects\DataClasses\RelatedEnd.cs (1)
1591
_context.
GetTypeUsage
(otherRelatedEnd.WrappedOwner.IdentityType);
System\Data\Objects\ObjectContext.cs (3)
1330
EdmType entityEdmType =
GetTypeUsage
(entityCLRType).EdmType;
1384
EdmType entityEdmType =
GetTypeUsage
(entityCLRType).EdmType;
1905
TypeUsage entityTypeUsage =
GetTypeUsage
(entityType);