2 references to IsTypelessExpressionAllowedInBinaryOperator
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Operators.cs (2)
814if (IsTypelessExpressionAllowedInBinaryOperator(kind, left, right) && 1316if (!IsTypelessExpressionAllowedInBinaryOperator(kind, left, right))