3 references to mustConvertCore
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (2)
355
private Expr mustConvertCore(Expr expr, CType destExpr) =>
mustConvertCore
(expr, destExpr, 0);
429
private Expr mustConvert(Expr expr, CType dest, CONVERTTYPE flags) =>
mustConvertCore
(expr, dest, flags);
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
2256
op =
mustConvertCore
(op, GetPredefindType(PredefinedType.PT_LONG), CONVERTTYPE.NOUDC);