15 references to EdmVersionForV3
System.Data.Entity (15)
System\Data\EntityModel\SchemaObjectModel\FunctionImportElement.cs (2)
206if (Schema.SchemaVersion >= XmlConstants.EdmVersionForV3) 301XmlConstants.EdmVersionForV3 == XmlConstants.SchemaVersionLatest,
System\Data\EntityModel\SchemaObjectModel\PrimitiveSchema.cs (1)
40schemaManager.SchemaVersion < XmlConstants.EdmVersionForV3)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
193SchemaVersion = XmlConstants.EdmVersionForV3;
System\Data\EntityModel\SchemaObjectModel\SchemaElement.cs (1)
675XmlConstants.SchemaVersionLatest == XmlConstants.EdmVersionForV3,
System\Data\EntityModel\SchemaObjectModel\SchemaManager.cs (1)
240version = XmlConstants.EdmVersionForV3;
System\Data\EntityModel\SchemaObjectModel\XmlSchemaResource.cs (4)
97if (schemaVersion >= XmlConstants.EdmVersionForV3) 99Debug.Assert(XmlConstants.SchemaVersionLatest == XmlConstants.EdmVersionForV3, "Did you add a new schema version"); 134if (schemaVersion >= XmlConstants.EdmVersionForV3) 136Debug.Assert(XmlConstants.SchemaVersionLatest == XmlConstants.EdmVersionForV3, "Did you add a new schema version");
System\Data\Metadata\EdmItemCollection.cs (1)
389else if (edmVersion == XmlConstants.EdmVersionForV3)
System\Data\Metadata\MetadataWorkspace.cs (2)
137Debug.Assert(XmlConstants.SchemaVersionLatest == XmlConstants.EdmVersionForV3, "Did you add a new version?"); 138yield return XmlConstants.EdmVersionForV3;
System\Data\Metadata\XmlConstants.cs (1)
53internal const double SchemaVersionLatest = EdmVersionForV3;
System\Data\Objects\ELinq\ExpressionConverter.cs (1)
1021if (nonNullableType.IsEnum && this.EdmItemCollection.EdmVersion < XmlConstants.EdmVersionForV3)