7 overrides of VisitBinary
System.Data.Services.Client (7)
System\Data\Services\Client\ALinq\ExpressionNormalizer.cs (1)
108
internal override Expression
VisitBinary
(BinaryExpression b)
System\Data\Services\Client\ALinq\ExpressionWriter.cs (1)
368
internal override Expression
VisitBinary
(BinaryExpression b)
System\Data\Services\Client\ALinq\ProjectionAnalyzer.cs (2)
369
internal override Expression
VisitBinary
(BinaryExpression b)
573
internal override Expression
VisitBinary
(BinaryExpression b)
System\Data\Services\Client\ALinq\ResourceBinder.cs (1)
1173
internal override Expression
VisitBinary
(BinaryExpression b)
System\Data\Services\Client\ALinq\UriWriter.cs (1)
97
internal override Expression
VisitBinary
(BinaryExpression b)
System\Data\Services\Client\ProjectionPlanCompiler.cs (1)
116
internal override Expression
VisitBinary
(BinaryExpression b)
5 references to VisitBinary
System.Data.Services.Client (5)
System\Data\Services\Client\ALinq\ALinqExpressionVisitor.cs (1)
144
return this.
VisitBinary
((BinaryExpression)exp);
System\Data\Services\Client\ALinq\ExpressionNormalizer.cs (1)
110
BinaryExpression visited = (BinaryExpression)base.
VisitBinary
(b);
System\Data\Services\Client\ALinq\ProjectionAnalyzer.cs (1)
581
return base.
VisitBinary
(b);
System\Data\Services\Client\ALinq\ResourceBinder.cs (1)
1175
Expression e = base.
VisitBinary
(b);
System\Data\Services\Client\ProjectionPlanCompiler.cs (1)
121
return base.
VisitBinary
(b);