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