1 write to m_next
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\PropagatorResult.cs (1)
370
m_next
= next;
9 references to m_next
System.Data.Entity (9)
System\Data\Mapping\Update\Internal\PropagatorResult.cs (9)
400
return
m_next
;
406
return new KeyValue(flags, m_value, StateEntry, Identifier,
m_next
);
411
return new KeyValue(PropagatorFlags, value, StateEntry, Identifier,
m_next
);
416
if (
m_next
!= null)
419
next =
m_next
.ReplicateResultWithNewNext(next);
483
return new ServerGenKeyValue(flags, m_value, this.StateEntry, this.Identifier, this.RecordOrdinal,
m_next
);
488
return new ServerGenKeyValue(this.PropagatorFlags, value, this.StateEntry, this.Identifier, this.RecordOrdinal,
m_next
);
493
if (
m_next
!= null)
496
next =
m_next
.ReplicateResultWithNewNext(next);