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