2 references to GetPrimitiveCommonSuperTypes
System.Data.Entity (2)
System\Data\Metadata\TypeSemantics.cs (2)
869
objectModel.ReadOnlyCollection<PrimitiveType> superTypes =
GetPrimitiveCommonSuperTypes
((PrimitiveType)type1.EdmType,
896
objectModel.ReadOnlyCollection<PrimitiveType> superTypes =
GetPrimitiveCommonSuperTypes
(primitiveType1, primitiveType2);