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