1 override of VisitType
System.Data.Entity (1)
System\Data\Common\CommandTrees\Internal\ExpressionCopier.cs (1)
110protected override EdmType VisitType(EdmType type)
2 references to VisitType
System.Data.Entity (2)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (2)
317RelationshipType mappedType = (RelationshipType)this.VisitType(target.DeclaringType); 771EntityType newType = (EntityType)this.VisitType(targetType);