2 writes to RootEntityType
System.Data.Entity (2)
System\Data\Query\PlanCompiler\PreProcessor.cs (2)
58RootEntityType = rootEntityType; 92RootEntityType = neededRootEntityType;
3 references to RootEntityType
System.Data.Entity (3)
System\Data\Query\PlanCompiler\PreProcessor.cs (3)
79if (RootEntityType != neededRootEntityType || IncludesSubTypes != includesSubtypes) 88if (TypeSemantics.IsSubTypeOf(RootEntityType, neededRootEntityType)) 95if (!TypeSemantics.IsSubTypeOf(neededRootEntityType, RootEntityType))