5 references to ConcurrencyValue
System.Data.Entity (5)
System\Data\Mapping\Update\Internal\ExtractorMetadata.cs (1)
99
flags |= PropagatorFlags.
ConcurrencyValue
;
System\Data\Mapping\Update\Internal\UpdateCompiler.cs (4)
378
(HasFlag(expectedValue, PropagatorFlags.
ConcurrencyValue
) ||
379
HasFlag(newValue, PropagatorFlags.
ConcurrencyValue
)))
386
(HasFlag(expectedValue, PropagatorFlags.
ConcurrencyValue
| PropagatorFlags.Key) ||
387
HasFlag(newValue, PropagatorFlags.
ConcurrencyValue
| PropagatorFlags.Key))) // tagged as concurrency value