2 writes to HasData
System.Data.Entity (2)
System\Data\Common\Internal\Materialization\CoordinatorFactory.cs (2)
105
this.
HasData
= AlwaysTrue;
109
this.
HasData
= hasData;
1 reference to HasData
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\Shaper.cs (1)
1369
while (currentCoordinator != null && !currentCoordinator.CoordinatorFactory.
HasData
(_shaper))