5 references to IsOfType
System.Data.Entity (5)
System\Data\EntityModel\SchemaObjectModel\EntityContainerAssociationSetEnd.cs (1)
143
if ( set.EntityType.
IsOfType
( end.Type ) )
System\Data\EntityModel\SchemaObjectModel\EntityContainerRelationshipSet.cs (1)
193
if ( relationshipEnd.Type.
IsOfType
( set.EntityType ) )
System\Data\EntityModel\SchemaObjectModel\EntityContainerRelationshipSetEnd.cs (2)
133
if ( !_relationshipEnd.Type.
IsOfType
( _entitySet.EntityType ) &&
134
!_entitySet.EntityType.
IsOfType
( _relationshipEnd.Type ))
System\Data\EntityModel\SchemaObjectModel\FunctionImportElement.cs (1)
244
else if (null != entitySet.EntityType && !entityType.
IsOfType
(entitySet.EntityType))