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