3 references to ExpressionBinder
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
40
_binder = new
ExpressionBinder
(new BindingContext(context, isChecked));
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (2)
529
new
ExpressionBinder
(new BindingContext(Context)).mustCast(expr, dest, flags);
1488
return new
ExpressionBinder
(new BindingContext(Context)).BindExplicitConversion(exprSrc, typeSrc, typeDest, flags);