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