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