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