5 writes to Abstract
System.Data.Entity (5)
System\Data\Metadata\Converter.cs (2)
359entityType.Abstract = element.IsAbstract; 417complexType.Abstract = element.IsAbstract;
System\Data\Metadata\Edm\ComplexType.cs (1)
118this.Abstract = clrType.IsAbstract;
System\Data\Metadata\Edm\EdmType.cs (1)
266edmType.Abstract = isAbstract;
System\Data\Metadata\Edm\EntityType.cs (1)
255this.Abstract = type.IsAbstract;
34 references to Abstract
System.Data.Entity (27)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (1)
1624if (structType.Abstract)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (2)
982if (metadataType.TypeUsage.EdmType.Abstract) 5103if (isOnly && typeToFilterTo.EdmType.Abstract)
System\Data\Common\Utils\MetadataHelper.cs (3)
363if (includeAbstractTypes || !type.Abstract) 394if (includeAbstractTypes || !typeInWorkSpace.Abstract) 417if (includeAbstractTypes || !specificType.Abstract)
System\Data\Mapping\DefaultObjectMappingItemCollection.cs (2)
458if (edmType.Abstract != objectType.Abstract)
System\Data\Mapping\MetadataMappingHasherVisitor.cs (3)
309this.AddObjectContentToHashBuilder(entityType.Abstract); 352this.AddObjectContentToHashBuilder(associationType.Abstract); 649this.AddObjectContentToHashBuilder(complexType.Abstract);
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (1)
167if (type.Abstract)
System\Data\Mapping\StorageMappingItemLoader.cs (5)
907if (unmappedType.Abstract) 987if (entityType.Abstract) 1152if (entityType.Abstract) 1669returnEntityType.Abstract && 2096if (resultType.Abstract)
System\Data\Mapping\ViewGeneration\Structures\MemberPath.cs (2)
302else if (!parentType.Abstract && !MetadataHelper.DoesMemberExist(parentType, member)) 325if (!edge.Abstract && !MetadataHelper.DoesMemberExist(edge, member))
System\Data\Mapping\ViewGeneration\ViewgenGatekeeper.cs (1)
67Debug.Assert(!type.Abstract, "Can not generate OfType/OfTypeOnly query view for and abstract type");
System\Data\Objects\Internal\EntityProxyFactory.cs (1)
573return (!(ospaceEntityType.Abstract ||
System\Data\Objects\ObjectStateManager.cs (1)
348Debug.Assert(!entityEdmType.Abstract, "non-abstract type in O space is mapped to abstract type in C space");
System\Data\Query\InternalTrees\ColumnMapFactory.cs (2)
40Debug.Assert(!baseStructuralType.Abstract, "mapping loader must verify abstract types have explicit mapping"); 61if (!entityType.Abstract)
System\Data\Query\InternalTrees\ScalarOps.cs (1)
1075Debug.Assert(!type.EdmType.Abstract, "cannot create new instance of abstract type");
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
3028IEnumerable<TypeInfo> types = typeInfo.GetTypeHierarchy().Where(t => !t.Type.EdmType.Abstract);
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
1407if (op.IsOfOnly && op.IsOfType.EdmType.Abstract)
System.Data.Entity.Design (2)
System\Data\Entity\Design\Common\MetadataItemSerializer.cs (1)
363if (entityType.Abstract)
System\Data\EntityModel\Emitters\StructuredTypeEmitter.cs (1)
55if (Item.Abstract)
System.Data.Services (1)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (1)
1840if (entityType.Abstract)
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\StructuredTypeEmitter.cs (1)
46if (Item.Abstract)
System.Web.Entity (3)
System\Data\WebControls\EntityDataSourceUtil.cs (3)
190types.Count() > 1 || entityType.Abstract) 201if (includeAbstractTypes || !type.Abstract) 449if (includeAbstractTypes || !typeInWorkSpace.Abstract)