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