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