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)
71
protected override TypeUsage
VisitTypeUsage
(TypeUsage type)
4 references to VisitTypeUsage
System.Data.Entity (4)
System\Data\Common\CommandTrees\Internal\ExpressionCopier.cs (3)
71
TypeUsage mappedParamType = this.
VisitTypeUsage
(funcParam.TypeUsage);
126
TypeUsage mappedElementType = this.
VisitTypeUsage
(collectionType.TypeUsage);
139
TypeUsage mappedPropType = this.
VisitTypeUsage
(originalProp.TypeUsage);
System\Data\Common\CommandTrees\Internal\Validator.cs (1)
73
return ValidateMetadata(type, base.
VisitTypeUsage
, tu => tu.EdmType.DataSpace, this.allowedMetadataSpaces);