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