10 references to IsStrongSpatialType
System.Data.Entity (10)
System\Data\Metadata\TypeHelpers.cs (1)
473Debug.Assert(TypeSemantics.IsStrongSpatialType(spatialTypeUsage), "spatialTypeUsage is not a strong spatial type");
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (8)
193foreach (var paramVar in m_command.Vars.OfType<ParameterVar>().Where(v => md.TypeSemantics.IsEnumerationType(v.Type) || md.TypeSemantics.IsStrongSpatialType(v.Type)).ToArray()) 255else if (md.TypeSemantics.IsStrongSpatialType(type)) 796else if (md.TypeSemantics.IsEnumerationType(varDefOp.Var.Type) || md.TypeSemantics.IsStrongSpatialType(varDefOp.Var.Type)) 1382if (md.TypeSemantics.IsEnumerationType(unnestTableColumnVar.Type) || md.TypeSemantics.IsStrongSpatialType(unnestTableColumnVar.Type)) 1643else if (md.TypeSemantics.IsEnumerationType(v.Type) || md.TypeSemantics.IsStrongSpatialType(v.Type)) 1893if (md.TypeSemantics.IsStrongSpatialType(op.Type)) 1948if (TypeUtils.IsCollectionType(op.Type) || md.TypeSemantics.IsEnumerationType(op.Type) || md.TypeSemantics.IsStrongSpatialType(op.Type)) 2870else if (md.TypeSemantics.IsStrongSpatialType(op.Type))
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (1)
1045if (md.TypeSemantics.IsStrongSpatialType(type))