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