6 references to GetConcurrencyMode
System.Data.Entity (6)
System\Data\Common\Utils\MetadataHelper.cs (1)
757ConcurrencyMode concurrencyMode = GetConcurrencyMode(member);
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)