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