2 writes to Key
System.Data.Entity (2)
System\Data\Mapping\Update\Internal\UpdateCommandOrderer.cs (2)
414Key = null; 418Key = new CompositeKey(keyValues);
5 references to Key
System.Data.Entity (5)
System\Data\Mapping\Update\Internal\UpdateCommandOrderer.cs (5)
435if (null == key.Key) 453if (null == key.Key) 491_baseComparer.Equals(x.Key, y.Key); 496return _baseComparer.GetHashCode(obj.Key);