Base:
method
VisitTypeUsage
System.Data.Common.CommandTrees.DefaultExpressionVisitor.VisitTypeUsage(System.Data.Metadata.Edm.TypeUsage)
1 override of VisitTypeUsage
System.Data.Entity (1)
System\Data\Common\CommandTrees\Internal\Validator.cs (1)
71protected override TypeUsage VisitTypeUsage(TypeUsage type)
4 references to VisitTypeUsage
System.Data.Entity (4)
System\Data\Common\CommandTrees\Internal\ExpressionCopier.cs (3)
71TypeUsage mappedParamType = this.VisitTypeUsage(funcParam.TypeUsage); 126TypeUsage mappedElementType = this.VisitTypeUsage(collectionType.TypeUsage); 139TypeUsage mappedPropType = this.VisitTypeUsage(originalProp.TypeUsage);
System\Data\Common\CommandTrees\Internal\Validator.cs (1)
73return ValidateMetadata(type, base.VisitTypeUsage, tu => tu.EdmType.DataSpace, this.allowedMetadataSpaces);