1 write to FlattenedType
System.Data.Entity (1)
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (1)
994
type.
FlattenedType
= TypeHelpers.CreateRowType(fieldList);
5 references to FlattenedType
System.Data.Entity (5)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (2)
974
PlanCompiler.Assert(typeInfo.RootType.
FlattenedType
.Properties.Count == varInfo.NewVars.Count,
975
"Var count mismatch; Expected " + typeInfo.RootType.
FlattenedType
.Properties.Count + "; got " + varInfo.NewVars.Count + " instead.");
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (2)
763
if (rootType.
FlattenedType
!= null)
998
foreach (md.EdmProperty p in type.
FlattenedType
.Properties)
System\Data\Query\PlanCompiler\TypeInfo.cs (1)
200
return RootType.
FlattenedType
;