7 references to Key
System.Data.Entity (7)
System\Data\Mapping\Update\Internal\ExtractorMetadata.cs (5)
85flags |= PropagatorFlags.Key; 342return PropagatorFlags.Key == (Flags & PropagatorFlags.Key); 375(member.DeclaringType.BuiltInTypeKind == BuiltInTypeKind.EntityType && (flags & PropagatorFlags.Key) == PropagatorFlags.Key),
System\Data\Mapping\Update\Internal\UpdateCompiler.cs (2)
386(HasFlag(expectedValue, PropagatorFlags.ConcurrencyValue | PropagatorFlags.Key) || 387HasFlag(newValue, PropagatorFlags.ConcurrencyValue | PropagatorFlags.Key))) // tagged as concurrency value