28 references to IsComplexType
System.Data.Entity (28)
System\Data\Common\Internal\Materialization\Util.cs (1)
58if (!Helper.IsPrimitiveType(ospaceType) && !Helper.IsEntityType(ospaceType) && !Helper.IsComplexType(ospaceType))
System\Data\EntityClient\EntityCommandDefinition.cs (1)
223if (Helper.IsComplexType(resultType))
System\Data\Mapping\DefaultObjectMappingItemCollection.cs (2)
466if (Helper.IsEntityType(edmType) || Helper.IsComplexType(edmType)) 635if (Helper.IsComplexType(edmMember.TypeUsage.EdmType))
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (1)
370if (Helper.IsEntityType(edmType) || Helper.IsComplexType(edmType))
System\Data\Mapping\ViewGeneration\Structures\Domain.cs (1)
156Debug.Assert(Helper.IsEntityType(type) || Helper.IsComplexType(type) || Helper.IsRefType(type) || Helper.IsAssociationType(type));
System\Data\Metadata\Edm\TypeUsage.cs (1)
451else if (Helper.IsEntityTypeBase(edmType) || Helper.IsComplexType(edmType))
System\Data\Metadata\Helper.cs (1)
233return (IsComplexType(type) || IsEntityType(type) || IsRelationshipType(type) || IsRowType(type));
System\Data\Metadata\ObjectItemCollection.cs (4)
379else if (Helper.IsComplexType(edmType)) 532if (Helper.IsEntityType(objectSpaceType) || Helper.IsComplexType(objectSpaceType) || Helper.IsEnumType(objectSpaceType)) 578if (Helper.IsEntityType(cspaceType) || Helper.IsComplexType(cspaceType) || Helper.IsEnumType(cspaceType)) 601else if (Helper.IsComplexType(edmType))
System\Data\Metadata\ObjectLayer\ObjectItemConventionAssemblyLoader.cs (2)
167Debug.Assert(Helper.IsComplexType(cspaceType), "Invalid type attribute encountered"); 387foreach (EdmProperty cspaceProperty in cspaceType.GetDeclaredOnlyMembers<EdmProperty>().Where(m => Helper.IsComplexType(m.TypeUsage.EdmType)))
System\Data\Metadata\ObjectLayer\ObjectItemLoadingSessionData.cs (1)
156else if (Helper.IsComplexType(type))
System\Data\Metadata\TypeHelpers.cs (1)
41else if (TypeSemantics.IsStructuralType(typeUsage) && !Helper.IsComplexType(typeUsage.EdmType) && !Helper.IsEntityType(typeUsage.EdmType))
System\Data\Objects\EntityEntry.cs (1)
3291if (Helper.IsComplexType(field.FieldType.TypeUsage.EdmType))
System\Data\Objects\Internal\ComplexTypeMaterializer.cs (3)
40Helper.IsComplexType(recordInfo.RecordType.EdmType), 124Debug.Assert(Helper.IsComplexType(recordInfo.RecordType.EdmType), 174this.GetExistingComplex = Helper.IsComplexType(property.TypeUsage.EdmType)
System\Data\Objects\Internal\EntitySqlQueryBuilder.cs (1)
405Debug.Assert(Helper.IsEntityType(newType) || Helper.IsComplexType(newType), "OfType must be Entity or Complex type");
System\Data\Objects\ObjectQuery_EntitySqlExtensions.cs (1)
370!(Helper.IsEntityType(ofType) || Helper.IsComplexType(ofType)))
System\Data\Objects\ObjectStateManager.cs (3)
2997Helper.IsComplexType(edmType), 3020Helper.IsComplexType(edmType), 3047Helper.IsComplexType(edmType),
System\Data\Objects\ObjectStateManagerMetadata.cs (2)
67Helper.IsComplexType(_edmProperty.TypeUsage.EdmType)); 154Helper.IsComplexType(edmType),
System\Data\Query\InternalTrees\ColumnMapFactory.cs (1)
99else if (Helper.IsComplexType(edmType))