19 references to mustConvert
Microsoft.CSharp (19)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (4)
705callingObject = _binder.mustConvert( 967?? _binder.mustConvert(arg1, SymbolLoader.GetPredefindType(PredefinedType.PT_BOOL)); 1215_binder.mustConvert(argument, pDestType), 1220return _binder.mustConvert(argument, destinationType);
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (3)
333=> mustConvert(x, pDestType); 658arg = mustConvert(arg, typeArg); 686ExprCall call = ExprFactory.CreateCall(0, typeRet, mustConvert(arg, typeArg), pMemGroup, null);
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (12)
574expr1 = mustConvert(expr1, bofs.Type1()); 575expr2 = mustConvert(expr2, bofs.Type2()); 592expr1 = mustConvert(expr1, bofs.Type1()); 593expr2 = mustConvert(expr2, bofs.Type2()); 660Expr pLiftedArgument = mustConvert(pArgument, pParameterType); 1355exprVal = mustConvert(exprVal, pArgumentType); 2365pCallT = mustConvert(pCallT, GetPredefindType(PredefinedType.PT_BOOL)); 2366pCallF = mustConvert(pCallF, GetPredefindType(PredefinedType.PT_BOOL)); 2585arg1 = mustConvert(arg1, Params[0]); 2586arg2 = mustConvert(arg2, Params[1]); 2626exprVal1 = mustConvert(arg1, Params[0]); 2630exprVal2 = mustConvert(arg2, Params[1]);