1 override of VisitTypeUsage
System.Data.Entity (1)
System\Data\Common\CommandTrees\Internal\ExpressionCopier.cs (1)
170protected override TypeUsage VisitTypeUsage(TypeUsage type)
4 references to VisitTypeUsage
System.Data.Entity (4)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (4)
187TypeUsage newVarType = this.VisitTypeUsage(varRef.ResultType); 268TypeUsage newType = this.VisitTypeUsage(type); 326TypeUsage newType = this.VisitTypeUsage(expression.ResultType); 739TypeUsage newType = this.VisitTypeUsage(expression.ResultType);