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