1 override of VisitUnary
System.Data.Services (1)
System\Data\Services\Providers\BasicExpandProvider.cs (1)
1915internal override Expression VisitUnary(UnaryExpression u)
2 references to VisitUnary
System.Data.Services (2)
parent\Client\System\Data\Services\Client\ALinq\ALinqExpressionVisitor.cs (1)
117return this.VisitUnary((UnaryExpression)exp);
System\Data\Services\Providers\BasicExpandProvider.cs (1)
1917base.VisitUnary(u);