35 references to GetTypeInfo
System.Data.Entity (35)
System\Data\Query\PlanCompiler\ColumnMapProcessor.cs (1)
491
TypeInfo typeInfo = m_typeInfo.
GetTypeInfo
(type);
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (29)
249
newType = m_typeInfo.
GetTypeInfo
(type).FlattenedTypeUsage;
479
TypeInfo nestedTypeInfo = m_typeInfo.
GetTypeInfo
(md.Helper.GetModelTypeUsage(m));
835
TypeInfo typeInfo = m_typeInfo.
GetTypeInfo
(v.Type);
973
TypeInfo typeInfo = m_typeInfo.
GetTypeInfo
(varRefColumnMap.Var.Type);
1157
TypeInfo typeInfo = m_typeInfo.
GetTypeInfo
(columnVar.Type);
1274
TypeInfo typeInfo = m_typeInfo.
GetTypeInfo
(columnVar.Type);
1417
TypeInfo typeInfo = m_typeInfo.
GetTypeInfo
(unnestTableColumnVar.Type);
1651
TypeInfo typeInfo = m_typeInfo.
GetTypeInfo
(v.Type);
1735
TypeInfo inputTypeInfo = m_typeInfo.
GetTypeInfo
(inputTypeUsage);
1736
TypeInfo outputTypeInfo = m_typeInfo.
GetTypeInfo
(op.Type);
1960
Node newNode = FlattenCaseOp(op, n, m_typeInfo.
GetTypeInfo
(op.Type), desiredProperties);
1991
if (!m_typeInfo.
GetTypeInfo
(n.Op.Type).HasNullSentinelProperty)
2138
TypeInfo child0TypeInfo = m_typeInfo.
GetTypeInfo
(child0Type);
2139
TypeInfo child1TypeInfo = m_typeInfo.
GetTypeInfo
(child1Type);
2208
TypeInfo typeInfo = m_typeInfo.
GetTypeInfo
(childOpType);
2285
TypeInfo inputTypeInfo = m_typeInfo.
GetTypeInfo
(((ScalarOp)n.Child0.Op).Type);
2286
TypeInfo outputTypeInfo = m_typeInfo.
GetTypeInfo
(op.Type);
2350
TypeInfo inputTypeInfo = m_typeInfo.
GetTypeInfo
(inputType);
2354
TypeInfo outputTypeInfo = m_typeInfo.
GetTypeInfo
(outputType);
2436
TypeInfo inputTypeInfo = m_typeInfo.
GetTypeInfo
(((ScalarOp)n.Child0.Op).Type);
2437
TypeInfo outputTypeInfo = m_typeInfo.
GetTypeInfo
(op.Type);
2598
TypeInfo typeInfo = m_typeInfo.
GetTypeInfo
(op.Type);
2606
TypeInfo currentTypeInfo = m_typeInfo.
GetTypeInfo
(md.TypeUsage.Create(type));
2688
TypeInfo typeInfo = m_typeInfo.
GetTypeInfo
(op.Type);
2779
md.RowType nestedFlatType = m_typeInfo.
GetTypeInfo
(md.Helper.GetModelTypeUsage(opField)).FlattenedType;
2820
md.RowType nestedFlatType = m_typeInfo.
GetTypeInfo
(relProp.ToEnd.TypeUsage).FlattenedType;
2879
TypeInfo typeInfo = m_typeInfo.
GetTypeInfo
(op.Type);
2921
TypeInfo typeInfo = m_typeInfo.
GetTypeInfo
(op.IsOfType);
2961
TypeInfo typeInfo = m_typeInfo.
GetTypeInfo
(op.Type);
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (5)
503
typeInfo =
GetTypeInfo
(type);
716
TypeInfo typeInfo =
GetTypeInfo
(type);
907
TypeInfo refTypeInfo =
GetTypeInfo
(p.ToEnd.TypeUsage);
1023
TypeInfo typeInfo =
GetTypeInfo
(type);
1087
TypeInfo innerTypeInfo =
GetTypeInfo
(innerType);