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