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