1 write to _targetEntityFrameworkVersion
System.Data.Entity.Design (1)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (1)
146
_targetEntityFrameworkVersion
= targetEntityFrameworkVersion;
6 references to _targetEntityFrameworkVersion
System.Data.Entity.Design (6)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (6)
191
if (
_targetEntityFrameworkVersion
>= EntityFrameworkVersions.Version3 &&
273
MetadataItemSerializer.WriteXml(writer, StoreItemCollection, _namespaceName, _errorsLookup, _invalidTypes, _provider, _providerManifestToken,
_targetEntityFrameworkVersion
, xmlPrefixToNamespace);
571
if (
_targetEntityFrameworkVersion
< EntityFrameworkVersions.Version3)
778
if (
_targetEntityFrameworkVersion
== EntityFrameworkVersions.Version1)
1198
if (!MetadataUtil.IsValidKeyType(
_targetEntityFrameworkVersion
, pkColumn.TypeUsage.EdmType))
1475
MetadataUtil.IsValidKeyType(
_targetEntityFrameworkVersion
, primitiveType))