Base:
method
VisitType
System.Data.Common.CommandTrees.DefaultExpressionVisitor.VisitType(System.Data.Metadata.Edm.EdmType)
1 override of VisitType
System.Data.Entity (1)
System\Data\Common\CommandTrees\Internal\Validator.cs (1)
66
protected override EdmType
VisitType
(EdmType type)
3 references to VisitType
System.Data.Entity (3)
System\Data\Common\CommandTrees\Internal\ExpressionCopier.cs (2)
117
EntityType mappedEntityType = (EntityType)this.
VisitType
(refType.ElementType);
177
EdmType retEdmType = this.
VisitType
(type.EdmType);
System\Data\Common\CommandTrees\Internal\Validator.cs (1)
68
return ValidateMetadata(type, base.
VisitType
, et => et.DataSpace, this.allowedMetadataSpaces);