5 references to DeriveBinaryOperatorKind
Microsoft.CodeAnalysis.CSharp (5)
Operations\CSharpOperationFactory.cs (5)
1359
BinaryOperatorKind operatorKind = Helper.
DeriveBinaryOperatorKind
(boundCompoundAssignmentOperator.Operator.Kind);
1485
BinaryOperatorKind operatorKind = Helper.
DeriveBinaryOperatorKind
(boundBinaryOperator.OperatorKind);
1509
BinaryOperatorKind operatorKind = Helper.
DeriveBinaryOperatorKind
(boundBinaryOperator.OperatorKind);
1565
BinaryOperatorKind operatorKind = Helper.
DeriveBinaryOperatorKind
(boundTupleBinaryOperator.OperatorKind);
2527
BinaryOperatorKind operatorKind = Helper.
DeriveBinaryOperatorKind
(boundRelationalPattern.Relation);