6 references to BadOperatorTypesError
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (6)
477throw BadOperatorTypesError(info.arg1, info.arg2); 565throw BadOperatorTypesError(info.arg1, info.arg2); 1206throw BadOperatorTypesError(pArgument, null); 1270throw BadOperatorTypesError(pArgument, null); 1519throw BadOperatorTypesError(arg, null); 2251throw BadOperatorTypesError(op, null);