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