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