34 references to IsStructuredType
System.Data.Entity (34)
System\Data\Query\InternalTrees\Metadata.cs (1)
53
m_flattened = !PlanCompiler.TypeUtils.
IsStructuredType
(type);
System\Data\Query\PlanCompiler\ColumnMapProcessor.cs (1)
97
if (!TypeUtils.
IsStructuredType
(type))
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (14)
246
else if (TypeUtils.
IsStructuredType
(type))
473
if (!TypeUtils.
IsStructuredType
(md.Helper.GetModelTypeUsage(m)))
784
if (TypeUtils.
IsStructuredType
(varDefOp.Var.Type) || TypeUtils.IsCollectionType(varDefOp.Var.Type))
971
if (TypeUtils.
IsStructuredType
(varRefColumnMap.Var.Type))
1378
if (!TypeUtils.
IsStructuredType
(unnestTableColumnVar.Type))
1955
else if (TypeUtils.
IsStructuredType
(op.Type))
2120
if (!TypeUtils.
IsStructuredType
(child0Type))
2200
if (!TypeUtils.
IsStructuredType
(childOpType))
2352
if (TypeUtils.
IsStructuredType
(outputType))
2512
PlanCompiler.Assert(!TypeUtils.
IsStructuredType
(op.Type),
2776
if (TypeUtils.
IsStructuredType
(md.Helper.GetModelTypeUsage(opField)))
2864
if (!TypeUtils.
IsStructuredType
(op.Type))
2917
if (!TypeUtils.
IsStructuredType
(op.IsOfType))
2952
if (!TypeUtils.
IsStructuredType
(op.Type))
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
228
if (TypeUtils.
IsStructuredType
(type) || TypeUtils.IsCollectionType(type) || TypeUtils.IsEnumerationType(type))
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (10)
254
if (chiOp != null && TypeUtils.
IsStructuredType
(chiOp.Type))
352
if (!TypeUtils.
IsStructuredType
(childOpType))
434
if (!TypeUtils.
IsStructuredType
(op.Type))
527
if (TypeUtils.
IsStructuredType
(op.Var.Type))
550
if (TypeUtils.
IsStructuredType
(op.Var.Type))
602
if (TypeUtils.
IsStructuredType
(v.Type))
633
if (TypeUtils.
IsStructuredType
(v.Type))
732
if (TypeUtils.
IsStructuredType
(kv.Key.Type))
771
if (TypeUtils.
IsStructuredType
(sk.Var.Type))
805
if (TypeUtils.
IsStructuredType
(v.Type))
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (6)
257
if (!TypeUtils.
IsStructuredType
(type))
264
PlanCompiler.Assert(!TypeUtils.
IsStructuredType
(type) || !m_typeInfoMapPopulated,
477
if (TypeUtils.
IsStructuredType
(type))
500
PlanCompiler.Assert(TypeUtils.
IsStructuredType
(type), "expected structured type. Found " + type);
714
if (TypeUtils.
IsStructuredType
(type))
1021
if (TypeUtils.
IsStructuredType
(type))
System\Data\Query\ResultAssembly\BridgeDataReader.cs (1)
200
else if (TypeUtils.
IsStructuredType
(typeUsage)) {