19 references to mustConvert
Microsoft.CSharp (19)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (4)
726callingObject = _binder.mustConvert( 991?? _binder.mustConvert(arg1, SymbolLoader.GetPredefindType(PredefinedType.PT_BOOL)); 1242_binder.mustConvert(argument, pDestType), 1247return _binder.mustConvert(argument, destinationType);
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (3)
338=> mustConvert(x, pDestType); 671arg = mustConvert(arg, typeArg); 700ExprCall call = ExprFactory.CreateCall(0, typeRet, mustConvert(arg, typeArg), pMemGroup, null);
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (12)
589expr1 = mustConvert(expr1, bofs.Type1()); 590expr2 = mustConvert(expr2, bofs.Type2()); 607expr1 = mustConvert(expr1, bofs.Type1()); 608expr2 = mustConvert(expr2, bofs.Type2()); 677Expr pLiftedArgument = mustConvert(pArgument, pParameterType); 1381exprVal = mustConvert(exprVal, pArgumentType); 2422pCallT = mustConvert(pCallT, GetPredefindType(PredefinedType.PT_BOOL)); 2423pCallF = mustConvert(pCallF, GetPredefindType(PredefinedType.PT_BOOL)); 2649arg1 = mustConvert(arg1, Params[0]); 2650arg2 = mustConvert(arg2, Params[1]); 2691exprVal1 = mustConvert(arg1, Params[0]); 2695exprVal2 = mustConvert(arg2, Params[1]);