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