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