1 instantiation of StructuredTypeInfo
System.Data.Entity (1)
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (1)
150
structuredTypeInfo = new
StructuredTypeInfo
(typesNeedingNullSentinel);
12 references to StructuredTypeInfo
System.Data.Entity (12)
System\Data\Query\PlanCompiler\ColumnMapProcessor.cs (2)
52
internal ColumnMapProcessor(VarRefColumnMap columnMap, VarInfo varInfo,
StructuredTypeInfo
typeInfo)
68
private
StructuredTypeInfo
m_typeInfo;
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (3)
112
private readonly
StructuredTypeInfo
m_typeInfo;
122
StructuredTypeInfo
typeInfo,
148
StructuredTypeInfo
structuredTypeInfo,
System\Data\Query\PlanCompiler\PlanCompiler.cs (1)
302
StructuredTypeInfo
typeInfo;
System\Data\Query\PlanCompiler\PreProcessor.cs (2)
155
out
StructuredTypeInfo
typeInfo,
161
StructuredTypeInfo
.Process(planCompilerState.Command,
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (3)
71
private readonly
StructuredTypeInfo
m_structuredTypeInfo;
77
private PropertyPushdownHelper(
StructuredTypeInfo
structuredTypeInfo)
97
internal static void Process(Command itree,
StructuredTypeInfo
structuredTypeInfo, out Dictionary<Var, PropertyRefList> varPropertyRefs, out Dictionary<Node, PropertyRefList> nodePropertyRefs)
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (1)
148
out
StructuredTypeInfo
structuredTypeInfo)