3 writes to CheckKeys
System.Data.Entity (3)
System\Data\Common\Internal\Materialization\CoordinatorFactory.cs (3)
131this.CheckKeys = AlwaysFalse; // every row is a new result (the keys don't match) 135this.CheckKeys = AlwaysTrue; // every row belongs to a single child collection 140this.CheckKeys = checkKeys;
1 reference to CheckKeys
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\Coordinator.cs (1)
147if (!this.IsEntered || !this.CoordinatorFactory.CheckKeys(shaper))