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)
180if (!_isModel) 201Debug.Assert(!_isModel, "Serialization of CommandTextAttribute is not supported for CSDL."); 221Debug.Assert(_schemaVersion >= EntityFrameworkVersions.Version3 && !_isModel, "_schemaVersion >= EntityFrameworkVersions.Version3 && !_isModel"); 243if (!_isModel) 433if (_isModel && member.MetadataProperties.Contains(DesignXmlConstants.EdmAnnotationNamespace + ":" + DesignXmlConstants.StoreGeneratedPattern)) 483if (_isModel && 564if(_isModel) 600if (_isModel) 639string xmlNamespace = EntityFrameworkVersions.GetSchemaNamespace(_schemaVersion, _isModel ? DataSpace.CSpace : DataSpace.SSpace); 643if (_isModel && _schemaVersion >= EntityFrameworkVersions.Version3) 647if (!_isModel) 676if (_isModel && container.MetadataProperties.Contains(DesignXmlConstants.EdmAnnotationNamespace + ":" + DesignXmlConstants.LazyLoadingEnabled))