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