2 references to IsStrongGeometricTypeKind
System.Data.Entity (2)
System\Data\Metadata\Helper.cs (2)
417return kind == PrimitiveTypeKind.Geometry || IsStrongGeometricTypeKind(kind); 422return IsStrongGeometricTypeKind(kind) || IsStrongGeographicTypeKind(kind);