1 override of ReplicateResultWithNewNext
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\PropagatorResult.cs (1)
491
internal override KeyValue
ReplicateResultWithNewNext
(KeyValue next)
6 references to ReplicateResultWithNewNext
System.Data.Entity (6)
System\Data\Mapping\Update\Internal\PropagatorResult.cs (6)
419
next = m_next.
ReplicateResultWithNewNext
(next);
439
return this.
ReplicateResultWithNewNext
(otherKey);
443
return otherKey.
ReplicateResultWithNewNext
(this);
451
return otherKey.
ReplicateResultWithNewNext
(this);
455
return this.
ReplicateResultWithNewNext
(otherKey);
496
next = m_next.
ReplicateResultWithNewNext
(next);