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