1 write to _isModel
System.Data.Entity.Design (1)
System\Data\Entity\Design\Common\MetadataItemSerializer.cs (1)
39
_isModel
= isModel;
12 references to _isModel
System.Data.Entity.Design (12)
System\Data\Entity\Design\Common\MetadataItemSerializer.cs (12)
180
if (!
_isModel
)
201
Debug.Assert(!
_isModel
, "Serialization of CommandTextAttribute is not supported for CSDL.");
221
Debug.Assert(_schemaVersion >= EntityFrameworkVersions.Version3 && !
_isModel
, "_schemaVersion >= EntityFrameworkVersions.Version3 && !_isModel");
243
if (!
_isModel
)
433
if (
_isModel
&& member.MetadataProperties.Contains(DesignXmlConstants.EdmAnnotationNamespace + ":" + DesignXmlConstants.StoreGeneratedPattern))
483
if (
_isModel
&&
564
if(
_isModel
)
600
if (
_isModel
)
639
string xmlNamespace = EntityFrameworkVersions.GetSchemaNamespace(_schemaVersion,
_isModel
? DataSpace.CSpace : DataSpace.SSpace);
643
if (
_isModel
&& _schemaVersion >= EntityFrameworkVersions.Version3)
647
if (!
_isModel
)
676
if (
_isModel
&& container.MetadataProperties.Contains(DesignXmlConstants.EdmAnnotationNamespace + ":" + DesignXmlConstants.LazyLoadingEnabled))