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