4 references to None
System.Data.Entity (4)
System\Data\Common\Utils\MetadataHelper.cs (1)
783return ConcurrencyMode.None;
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (1)
453if (property.Type is ScalarType && MetadataHelper.GetConcurrencyMode(property.TypeUsage) != ConcurrencyMode.None)
System\Data\EntityModel\SchemaObjectModel\TypeUsageBuilder.cs (1)
616concurrencyMode = ConcurrencyMode.None;
System\Data\Metadata\Converter.cs (1)
71ConcurrencyMode.None);