7 references to Fixed
System.Data.Entity (7)
System\Data\Common\Utils\MetadataHelper.cs (1)
758
if (concurrencyMode == ConcurrencyMode.
Fixed
)
System\Data\EntityModel\SchemaObjectModel\TypeUsageBuilder.cs (1)
620
concurrencyMode = ConcurrencyMode.
Fixed
;
System\Data\Mapping\StorageMappingItemCollection.cs (4)
567
else if (MetadataHelper.GetConcurrencyMode(scalarPropMapping.EdmProperty) == ConcurrencyMode.
Fixed
)
577
MetadataHelper.GetConcurrencyMode(complexPropMapping.EdmProperty) == ConcurrencyMode.
Fixed
|| HasFixedConcurrencyModeInAnyChildProperty(complexPropMapping))
611
if (childScalarPropertyMapping != null && MetadataHelper.GetConcurrencyMode(childScalarPropertyMapping.EdmProperty) == ConcurrencyMode.
Fixed
)
617
(MetadataHelper.GetConcurrencyMode(childComplexPropertyMapping.EdmProperty) == ConcurrencyMode.
Fixed
System\Data\Mapping\Update\Internal\ExtractorMetadata.cs (1)
97
if (MetadataHelper.GetConcurrencyMode(member) == ConcurrencyMode.
Fixed
)