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)
66protected override EdmType VisitType(EdmType type)
3 references to VisitType
System.Data.Entity (3)
System\Data\Common\CommandTrees\Internal\ExpressionCopier.cs (2)
117EntityType mappedEntityType = (EntityType)this.VisitType(refType.ElementType); 177EdmType retEdmType = this.VisitType(type.EdmType);
System\Data\Common\CommandTrees\Internal\Validator.cs (1)
68return ValidateMetadata(type, base.VisitType, et => et.DataSpace, this.allowedMetadataSpaces);