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