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