6 references to BadOperatorTypesError
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (6)
490throw BadOperatorTypesError(info.arg1, info.arg2); 580throw BadOperatorTypesError(info.arg1, info.arg2); 1231throw BadOperatorTypesError(pArgument, null); 1295throw BadOperatorTypesError(pArgument, null); 1547throw BadOperatorTypesError(arg, null); 2304throw BadOperatorTypesError(op, null);