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