2 references to ERR_BadBinaryOps
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Errors\ErrorFacts.cs (1)
16case ErrorCode.ERR_BadBinaryOps:
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
806return ErrorHandling.Error(ErrorCode.ERR_BadBinaryOps, strOp, pOperand1.Type, pOperand2.Type);