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)
191if (_targetEntityFrameworkVersion >= EntityFrameworkVersions.Version3 && 273MetadataItemSerializer.WriteXml(writer, StoreItemCollection, _namespaceName, _errorsLookup, _invalidTypes, _provider, _providerManifestToken, _targetEntityFrameworkVersion, xmlPrefixToNamespace); 571if (_targetEntityFrameworkVersion < EntityFrameworkVersions.Version3) 778if (_targetEntityFrameworkVersion == EntityFrameworkVersions.Version1) 1198if (!MetadataUtil.IsValidKeyType(_targetEntityFrameworkVersion, pkColumn.TypeUsage.EdmType)) 1475MetadataUtil.IsValidKeyType(_targetEntityFrameworkVersion, primitiveType))