10 references to IsAssociationType
System.Data.Entity (10)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (3)
333
else if (Helper.
IsAssociationType
(resultType.EdmType))
2227
if (Helper.
IsAssociationType
(leftElemType.EdmType))
2232
if (Helper.
IsAssociationType
(rightElemType.EdmType))
System\Data\Mapping\DefaultObjectMappingItemCollection.cs (1)
476
Debug.Assert(Helper.
IsAssociationType
(edmType));
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (1)
392
else if (Helper.
IsAssociationType
(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\ObjectItemCollection.cs (1)
291
if (Helper.
IsAssociationType
(edmType))
System\Data\Metadata\ObjectLayer\ObjectItemAttributeAssemblyLoader.cs (1)
553
Helper.
IsAssociationType
(type))
System\Data\Metadata\ObjectLayer\ObjectItemLoadingSessionData.cs (1)
168
Debug.Assert(Helper.
IsAssociationType
(type));
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
470
if (!Helper.
IsAssociationType
(navigateOp.Relationship))