2 references to VisitBinaryOperator
Microsoft.CodeAnalysis.CSharp (2)
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (2)
195
return
VisitBinaryOperator
(binOp.OperatorKind, binOp.Method, binOp.Type, binOp.Left, binOp.Right);
198
return
VisitBinaryOperator
(userDefCondLogOp.OperatorKind, userDefCondLogOp.LogicalOperator, userDefCondLogOp.Type, userDefCondLogOp.Left, userDefCondLogOp.Right);