1 instantiation of RootTypeInfo
System.Data.Entity (1)
System\Data\Query\PlanCompiler\TypeInfo.cs (1)
75result = new RootTypeInfo(type, discriminatorMap);
7 references to RootTypeInfo
System.Data.Entity (7)
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (4)
760private void ExplodeRootStructuredType(RootTypeInfo rootType) 831RootTypeInfo rootType = typeInfo.RootType; 941private void CreateFlattenedRecordType(RootTypeInfo type) 1065private md.TypeUsage GetPropertyType(RootTypeInfo typeInfo, PropertyRef p)
System\Data\Query\PlanCompiler\TypeInfo.cs (3)
59private readonly RootTypeInfo m_rootType; // the top-most type in this types type hierarchy 141internal RootTypeInfo RootType 145return m_rootType ?? (RootTypeInfo)this;