5 references to DeriveBinaryOperatorKind
Microsoft.CodeAnalysis.CSharp (5)
Operations\CSharpOperationFactory.cs (5)
1434
BinaryOperatorKind operatorKind = Helper.
DeriveBinaryOperatorKind
(boundCompoundAssignmentOperator.Operator.Kind);
1560
BinaryOperatorKind operatorKind = Helper.
DeriveBinaryOperatorKind
(boundBinaryOperator.OperatorKind);
1584
BinaryOperatorKind operatorKind = Helper.
DeriveBinaryOperatorKind
(boundBinaryOperator.OperatorKind);
1631
BinaryOperatorKind operatorKind = Helper.
DeriveBinaryOperatorKind
(boundTupleBinaryOperator.OperatorKind);
2593
BinaryOperatorKind operatorKind = Helper.
DeriveBinaryOperatorKind
(boundRelationalPattern.Relation);