3 references to BindExplicitConversion
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (2)
533
private bool canCast(CType src, CType dest, CONVERTTYPE flags) =>
BindExplicitConversion
(null, src, dest, flags);
1488
return new ExpressionBinder(new BindingContext(Context)).
BindExplicitConversion
(exprSrc, typeSrc, typeDest, flags);
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (1)
194
if (_typeDest.IsValueType && _binder.
BindExplicitConversion
(null, _typeSrc.StripNubs(), _typeDest, _flags | CONVERTTYPE.NOUDC))