52 references to TypeUtils
System.Data.Entity (52)
System\Data\Query\InternalTrees\Command.cs (1)
1453
TypeUtils
.CreateCollectionType(varRefColumnMap.Type), // type
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\NestPullup.cs (2)
1739
if (
TypeUtils
.IsUdt(collType.TypeUsage))
2309
TypeUtils
.CreateCollectionType(newCollectionInfo.ColumnMap.Type),
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (22)
244
newType =
TypeUtils
.CreateCollectionType(newElementType);
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))
823
if (
TypeUtils
.IsCollectionType(v.Type))
971
if (
TypeUtils
.IsStructuredType(varRefColumnMap.Var.Type))
983
SimpleCollectionColumnMap resultColumnMap = new SimpleCollectionColumnMap(
TypeUtils
.CreateCollectionType(newColumnMap.Type), newColumnMap.Name, newColumnMap, columnMap.Keys, columnMap.ForeignKeys);
1329
if (
TypeUtils
.IsCollectionType(varDefOp.Var.Type))
1378
if (!
TypeUtils
.IsStructuredType(unnestTableColumnVar.Type))
1637
if (
TypeUtils
.IsCollectionType(v.Type))
1948
if (
TypeUtils
.IsCollectionType(op.Type) || md.TypeSemantics.IsEnumerationType(op.Type) || md.TypeSemantics.IsStrongSpatialType(op.Type))
1955
else if (
TypeUtils
.IsStructuredType(op.Type))
2120
if (!
TypeUtils
.IsStructuredType(child0Type))
2200
if (!
TypeUtils
.IsStructuredType(childOpType))
2344
if (
TypeUtils
.IsUdt(inputType))
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 (3)
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 (9)
257
if (!
TypeUtils
.IsStructuredType(type))
264
PlanCompiler.Assert(!
TypeUtils
.IsStructuredType(type) || !m_typeInfoMapPopulated,
471
while (
TypeUtils
.IsCollectionType(type))
477
if (
TypeUtils
.IsStructuredType(type))
500
PlanCompiler.Assert(
TypeUtils
.IsStructuredType(type), "expected structured type. Found " + type);
714
if (
TypeUtils
.IsStructuredType(type))
721
if (
TypeUtils
.IsCollectionType(type))
1021
if (
TypeUtils
.IsStructuredType(type))
1040
if (
TypeUtils
.IsEnumerationType(type))
System\Data\Query\ResultAssembly\BridgeDataReader.cs (3)
200
else if (
TypeUtils
.IsStructuredType(typeUsage)) {
203
else if (
TypeUtils
.IsCollectionType(typeUsage)) {
206
else if (
TypeUtils
.IsEnumerationType(typeUsage)) {