1 type derived from KeyValue
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\PropagatorResult.cs (1)
466private class ServerGenKeyValue : KeyValue
4 instantiations of KeyValue
System.Data.Entity (4)
System\Data\Mapping\Update\Internal\PropagatorResult.cs (4)
358return new KeyValue(flags, value, stateEntry, identifier, null); 406return new KeyValue(flags, m_value, StateEntry, Identifier, m_next); 411return new KeyValue(PropagatorFlags, value, StateEntry, Identifier, m_next); 421return new KeyValue(this.PropagatorFlags, m_value, m_stateEntry, m_identifier, next);
9 references to KeyValue
System.Data.Entity (9)
System\Data\Mapping\Update\Internal\PropagatorResult.cs (9)
363internal KeyValue(PropagatorFlags flags, object value, IEntityStateEntry stateEntry, int identifier, KeyValue next) 375protected readonly KeyValue m_next; 414internal virtual KeyValue ReplicateResultWithNewNext(KeyValue next) 426KeyValue otherKey = other as KeyValue; 468internal ServerGenKeyValue(PropagatorFlags flags, object value, IEntityStateEntry stateEntry, int identifier, int recordOrdinal, KeyValue next) 491internal override KeyValue ReplicateResultWithNewNext(KeyValue next)