3 references to IsRelationshipType
System.Data.Entity (3)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (2)
974
!TypeSemantics.
IsRelationshipType
(metadataType.TypeUsage))
1330
Debug.Assert(TypeSemantics.IsComplexType(type) || TypeSemantics.IsEntityType(type) || TypeSemantics.
IsRelationshipType
(type), "type must have a constructor");
System\Data\Query\PlanCompiler\TypeUtils.cs (1)
127
md.TypeSemantics.
IsRelationshipType
(type) ||