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