4 references to mustCastCore
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (3)
525
public Expr mustCast(Expr expr, CType dest, CONVERTTYPE flags) =>
mustCastCore
(expr, dest, flags);
1101
Expr pTransformedArgument =
mustCastCore
(pFrom, pTypeFrom, CONVERTTYPE.NOUDC);
1105
Expr pCast =
mustCastCore
(pCall, pTypeDestination, CONVERTTYPE.NOUDC);
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
282
allowExplicit ?
mustCastCore
(op2, op1.Type, 0) : mustConvertCore(op2, op1.Type);