3 references to IsSimpleBinaryOperator
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Operators.cs (3)
890Debug.Assert(IsSimpleBinaryOperator(node.Kind())); 895while (IsSimpleBinaryOperator(current.Kind())) 925Debug.Assert(IsSimpleBinaryOperator(syntaxNode.Kind()));