1 write to m_rootType
System.Data.Entity (1)
System\Data\Query\PlanCompiler\TypeInfo.cs (1)
94m_rootType = superType.RootType;
2 references to m_rootType
System.Data.Entity (2)
System\Data\Query\PlanCompiler\TypeInfo.cs (2)
112return m_rootType == null; 145return m_rootType ?? (RootTypeInfo)this;